From 9f232326e12ecca9f7d938d5c1f355d3e017a0e5 Mon Sep 17 00:00:00 2001 From: matthew Date: Sun, 17 Jun 2007 10:14:52 +0000 Subject: New state for Flickr. --- db/schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/schema.sql') 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, -- cgit v1.2.3