diff options
Diffstat (limited to 'db/schema.sql')
-rw-r--r-- | db/schema.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql index 17f08d9d6..c1513c05d 100644 --- a/db/schema.sql +++ b/db/schema.sql @@ -4,7 +4,7 @@ -- Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. -- Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ -- --- $Id: schema.sql,v 1.33 2007-06-17 09:40:51 matthew Exp $ +-- $Id: schema.sql,v 1.34 2007-06-17 10:14:52 matthew Exp $ -- -- secret @@ -144,6 +144,7 @@ create table problem ( or state = 'confirmed' or state = 'fixed' or state = 'hidden' + or state = 'flickr' ), lastupdate timestamp not null default ms_current_timestamp(), whensent timestamp, |