summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-01-07 20:45:39 +0000
committerEvan Prodromou <git@evanprodromou.name>2009-01-14 11:04:46 -0500
commit9e64492c29ac81185d3853839488001dc2801f51 (patch)
treeec2f1c0296889e687a3230256cace181cebec621 /db
parentdf27049e13d4d3fb5e6cd2df3bd16e19775483d8 (diff)
Added the inboxed field to the user table for PostgreSQL - resolves bug #892
Diffstat (limited to 'db')
-rw-r--r--db/laconica_pg.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql
index e784bb169..4f88a6ada 100644
--- a/db/laconica_pg.sql
+++ b/db/laconica_pg.sql
@@ -66,6 +66,7 @@ create table "user" (
uri varchar(255) unique /* comment 'universally unique identifier, usually a tag URI' */,
autosubscribe integer 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 integer default 0 /* comment 'has an inbox been created for this user?' */,
created timestamp not null /* comment 'date this record was created' */,
modified timestamp /* comment 'date this record was modified' */