diff options
author | matthew <matthew> | 2007-02-08 13:59:07 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-02-08 13:59:07 +0000 |
commit | 2f381305ca2645d017111a8e8656f31181e3adbf (patch) | |
tree | 6bc4fd332204307014aeca04cb189d1dd2391c2d /db/schema.sql | |
parent | dcc2d4b22b3e7d8484132dca4b57a99f1be861fb (diff) |
Allow anonymous reports.
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 932ceebbd..d170d5f37 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.20 2007-02-02 21:43:13 matthew Exp $ +-- $Id: schema.sql,v 1.21 2007-02-08 13:59:07 matthew Exp $ -- -- secret @@ -136,6 +136,7 @@ create table problem ( name text not null, email text not null, phone text not null, + anonymous boolean not null, -- Metadata created timestamp not null default ms_current_timestamp(), |