From 9e64492c29ac81185d3853839488001dc2801f51 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Wed, 7 Jan 2009 20:45:39 +0000 Subject: [PATCH] Added the inboxed field to the user table for PostgreSQL - resolves bug #892 --- db/laconica_pg.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql index e784bb1699..4f88a6ada3 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' */