Make account status actually get info.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-05 11:22:30 -05:00
parent 6530347faf
commit e05f35858b
3 changed files with 7 additions and 4 deletions

View file

@ -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',