From 3987de1064de54c945d311fa8b0eab144504891a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 12 Nov 2008 12:25:17 -0500 Subject: created timestamp on notice_inbox darcs-hash:20081112172517-5ed1f-4e8534d7898e2134edf4c0a28417b4a5274617d4.gz --- db/laconica.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/laconica.sql b/db/laconica.sql index f1d3a484f..872481ace 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -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), -- cgit v1.2.3-54-g00ecf