diff options
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 2 |
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, |