diff options
author | Dave Arter <davea@mysociety.org> | 2016-08-03 13:44:00 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-08-22 11:33:45 +0100 |
commit | 05f04f40aa2c4fef44474f7057a92f6685387e7e (patch) | |
tree | a1cacec534da24c011c0c204b0b03c014e272eff /db/schema.sql | |
parent | 618b9a32cec0c045a8e3e910fd38f89f4aa9203a (diff) |
Allow user to have an area assigned in admin
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index 48f0fd07e..b11bb30b7 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -30,7 +30,8 @@ create table users ( is_superuser boolean not null default 'f', title text, twitter_id bigint unique, - facebook_id bigint unique + facebook_id bigint unique, + area_id integer ); -- Record details of reporting bodies, including open311 configuration details |