aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorlouise <louise>2009-09-02 09:21:32 +0000
committerlouise <louise>2009-09-02 09:21:32 +0000
commitcd1e72ddb8c90c7b587119a72292a0076da17e2f (patch)
tree75787ff5cb03e54a4c4f989ccc60093f559ea050 /db
parent01c257c51ddc21dc2a40ad3922f6b7a07098c85a (diff)
Add cobrand field to alerts
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 9bf695bd5..f6ec62508 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.46 2009-08-27 13:13:26 louise Exp $
+-- $Id: schema.sql,v 1.47 2009-09-02 09:21:32 louise Exp $
--
-- secret
@@ -279,6 +279,7 @@ create table alert (
email text not null,
confirmed integer not null default 0,
lang text not null default 'en-gb',
+ cobrand text not null default '',
whensubscribed timestamp not null default ms_current_timestamp(),
whendisabled timestamp default null
);