forked from GNUsocial/gnu-social
created timestamp on notice_inbox
darcs-hash:20081112172517-5ed1f-4e8534d7898e2134edf4c0a28417b4a5274617d4.gz
This commit is contained in:
@@ -336,6 +336,7 @@ create table notice_inbox (
|
||||
|
||||
user_id integer not null comment 'user receiving the message' references user (id),
|
||||
notice_id integer not null comment 'notice received' references notice (id),
|
||||
created datetime not null comment 'date the notice was created',
|
||||
source tinyint default 1 comment 'reason it is in the inbox; 1=subscription',
|
||||
|
||||
constraint primary key (user_id, notice_id),
|
||||
|
Reference in New Issue
Block a user