summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-13 16:02:09 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-13 16:02:09 -0500
commit69a1cea319f22362d197cb8a0fc9ab19abdf8548 (patch)
treeb231c9c9e5ecf36e469b2539c6c20126ef5c97fb /db
parent158d6ba1f44b70c189363a0f6e33f2d08fb74abe (diff)
add inboxed and regenerate data objects
darcs-hash:20081113210209-84dde-56052bac5ce490d54f3220baaa13f5bfc0e7618d.gz
Diffstat (limited to 'db')
-rw-r--r--db/laconica.sql1
1 files changed, 1 insertions, 0 deletions
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',