diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-14 18:38:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-09 18:32:04 +0100 |
commit | e047565c45b5daa10468851ecf5c7df854efb54e (patch) | |
tree | 00ee1c492a5a20bf15b451a4ee0c339501d22b11 /db | |
parent | 825973c0c1d3b3bb103955fb8aea8bfe4c34d248 (diff) |
sql syntax error
Diffstat (limited to 'db')
-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 d0a9c3c9a..53c236dd6 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -177,7 +177,7 @@ create table problem ( lastupdate timestamp not null default ms_current_timestamp(), whensent timestamp, send_questionnaire boolean not null default 't', - flagged boolean not null default 'f', + flagged boolean not null default 'f' ); create index problem_state_latitude_longitude_idx on problem(state, latitude, longitude); create index problem_user_id_idx on problem ( user_id ); |