aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 6ebec5689..87b5102c7 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -447,12 +447,12 @@ create table admin_log (
whenedited timestamp not null default ms_current_timestamp()
);
--- Record open 311 configuration details
+-- Record details of reporting bodies, including open311 configuration details
-create table open311conf (
+create table body (
id serial primary key,
area_id integer not null unique,
- endpoint text not null,
+ endpoint text,
jurisdiction text,
api_key text,
send_method text,