diff options
author | Struan Donald <struan@exo.org.uk> | 2012-09-26 14:45:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-09-26 14:45:20 +0100 |
commit | 77bdc1e160163846a2431d64b553f5386103d501 (patch) | |
tree | 6e5980e5a15ed94075b962ac794b704d98bcc439 /db/schema.sql | |
parent | f57308caadc7e2ac6a1f74c02346b8e6ef88a95d (diff) |
correct syntax error in schema
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 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, |