aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-02-02 21:43:13 +0000
committermatthew <matthew>2007-02-02 21:43:13 +0000
commit87a4726dabfa1de3e13923e50751ee6649276c58 (patch)
tree473b1e15cbabe5a7292446125e80170e9a46f48e
parentd70cf3861667c5a5bca76a52d8dc909ad50394cb (diff)
Obviously can be null, for non-covered councils.
-rw-r--r--db/schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 25d430d0f..932ceebbd 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.19 2007-02-02 21:39:21 matthew Exp $
+-- $Id: schema.sql,v 1.20 2007-02-02 21:43:13 matthew Exp $
--
-- secret
@@ -125,7 +125,7 @@ create table problem (
postcode text not null,
easting double precision not null,
northing double precision not null,
- council text not null, -- integer references contacts(area_id),
+ council text, -- integer references contacts(area_id),
title text not null,
detail text not null,
photo bytea,