diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-04 10:00:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-04 10:00:41 +0100 |
commit | 14b4877ce5f2f69fb91da9cd16dfe234605680b3 (patch) | |
tree | c02383d72b11557a57d5ec933492d5a4147132e6 /db/schema.sql | |
parent | 4e09990cb53ebbc855b22265b0af385128d1a75b (diff) |
Missing commas due to merge.
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.sql b/db/schema.sql index 1f0d0d4c3..8757cf80e 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -84,7 +84,7 @@ create table contacts ( extra text, -- for things like missed bin collections - non_public boolean default 'f' + non_public boolean default 'f', -- per contact endpoint configuration endpoint text, @@ -210,7 +210,7 @@ create table problem ( send_method_used text, -- for things like missed bin collections - non_public BOOLEAN default 'f' + non_public BOOLEAN default 'f', -- record details about messages from external sources, eg. message manager external_source text, |