aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authormatthew <matthew>2007-06-17 10:14:52 +0000
committermatthew <matthew>2007-06-17 10:14:52 +0000
commit9f232326e12ecca9f7d938d5c1f355d3e017a0e5 (patch)
tree7b71e3d42db3e0893cad1d6245a7f82cec635ccb /db
parentb18001c7d154506701c553209ae8355eb09c25b8 (diff)
New state for Flickr.
Diffstat (limited to 'db')
-rw-r--r--db/schema.sql3
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,