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 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, |