aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql3
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