forked from GNUsocial/gnu-social
add a transport flag to queue items
darcs-hash:20080719140906-84dde-9fcac26ee544ad53091808256f70b1745ac27a70.gz
This commit is contained in:
@@ -200,6 +200,7 @@ create table remember_me (
|
||||
create table queue_item (
|
||||
|
||||
notice_id integer not null primary key comment 'notice queued' references notice (id),
|
||||
transport varchar(8) not null comment 'queue for what? "email", "jabber", "sms", "irc", ...',
|
||||
created datetime not null comment 'date this record was created',
|
||||
claimed datetime comment 'date this item was claimed',
|
||||
|
||||
|
Reference in New Issue
Block a user