add inboxed and regenerate data objects

darcs-hash:20081113210209-84dde-56052bac5ce490d54f3220baaa13f5bfc0e7618d.gz
This commit is contained in:
Evan Prodromou
2008-11-13 16:02:09 -05:00
parent 158d6ba1f4
commit 69a1cea319
4 changed files with 7 additions and 4 deletions

View File

@@ -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',