aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-09-26 14:45:20 +0100
committerStruan Donald <struan@exo.org.uk>2012-09-26 14:45:20 +0100
commit77bdc1e160163846a2431d64b553f5386103d501 (patch)
tree6e5980e5a15ed94075b962ac794b704d98bcc439 /db
parentf57308caadc7e2ac6a1f74c02346b8e6ef88a95d (diff)
correct syntax error in schema
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,