Make account status actually get info.
This commit is contained in:
parent
6530347faf
commit
e05f35858b
3 changed files with 7 additions and 4 deletions
|
@ -56,7 +56,7 @@ CREATE TABLE people (
|
|||
internal_comments TEXT,
|
||||
ircnick TEXT,
|
||||
last_seen TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
|
||||
status TEXT,
|
||||
status TEXT DEFAULT 'active',
|
||||
status_change TIMESTAMP WITH TIME ZONE DEFAULT NOW(),
|
||||
locale TEXT not null DEFAULT 'C',
|
||||
timezone TEXT null DEFAULT 'UTC',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue