aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 819a6c0be..a4323f880 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -81,7 +81,7 @@ create table contacts (
note text not null,
-- extra fields required for open311
- extra text
+ extra text,
-- per contact endpoint configuration
endpoint text,