From 69a1cea319f22362d197cb8a0fc9ab19abdf8548 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 13 Nov 2008 16:02:09 -0500 Subject: add inboxed and regenerate data objects darcs-hash:20081113210209-84dde-56052bac5ce490d54f3220baaa13f5bfc0e7618d.gz --- db/laconica.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db/laconica.sql') diff --git a/db/laconica.sql b/db/laconica.sql index d1e5a76a5..87ac6e26d 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -66,6 +66,7 @@ create table user ( uri varchar(255) unique key comment 'universally unique identifier, usually a tag URI', autosubscribe tinyint default 0 comment 'automatically subscribe to users who subscribe to us', urlshorteningservice varchar(50) default 'ur1.ca' comment 'service to use for auto-shortening URLs', + inboxed tinyint default 0 comment 'has an inbox been created for this user?', created datetime not null comment 'date this record was created', modified timestamp comment 'date this record was modified', -- cgit v1.2.3-54-g00ecf