diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-12-04 15:34:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 16:58:04 +0000 |
commit | 61573768a8bd0a9f6c3ec69d405f153121e07563 (patch) | |
tree | 04d81310769bcbc0b17eb7667520637ffc8b35b7 /db/schema.sql | |
parent | 87903d2543e48654c18aa5036272a34266cbf72a (diff) |
Prerequisites (new modules, db, config).
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index 72fccd7f3..3761553a5 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -27,7 +27,9 @@ create table users ( password text not null default '', from_body integer, flagged boolean not null default 'f', - title text + title text, + twitter_id bigint unique, + facebook_id bigint unique ); -- Record details of reporting bodies, including open311 configuration details |