From: CiaranG Date: Wed, 7 Jan 2009 20:45:39 +0000 (+0000) Subject: Added the inboxed field to the user table for PostgreSQL - resolves bug #892 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9e64492c29ac81185d3853839488001dc2801f51;p=quix0rs-gnu-social.git Added the inboxed field to the user table for PostgreSQL - resolves bug #892 --- 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' */