From 53f59ca9d27de3b31923a6e658fe8b20463d12f0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 19 Jul 2008 10:09:06 -0400 Subject: add a transport flag to queue items darcs-hash:20080719140906-84dde-9fcac26ee544ad53091808256f70b1745ac27a70.gz --- db/laconica.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/laconica.sql b/db/laconica.sql index cf3c51251..4591caf14 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -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', -- cgit v1.2.3-54-g00ecf