aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-07-29 18:10:50 +0100
committerStruan Donald <struan@exo.org.uk>2011-07-29 18:10:50 +0100
commite7ccf3fe896a9f642306daff9a750f3c9a6b7cdd (patch)
treeeda3740a18a39a9a32ba9cb96417dba9c4720f04 /db/schema.sql
parenta9b0f5199b2b028ab33d909f0a4121d368f0bd2f (diff)
open311conf id to type serial
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql
index d4dbd76de..c3487cdc8 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -391,7 +391,7 @@ create table admin_log (
-- Record open 311 configuration details
create table open311conf (
- id integer primary key,
+ id serial primary key,
area_id integer not null unique,
endpoint text not null,
jurisdiction text,