aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-01 19:17:38 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-01 19:17:38 +0100
commit4b08e5136db27ab0d69d070e77dcd92193f86752 (patch)
tree0db9960b36e6f480f112bc7c903ec1c0b04b6bfd /db
parentea47736c4e5b8dc2eb72aaefb2aa0ea7d1ffc406 (diff)
store title in users table so we can persist it for bromley
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 169939315..cf70cef5c 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -135,7 +135,8 @@ create table users (
phone text,
password text not null default '',
from_council integer, -- id of council user is from or null/0 if not
- flagged boolean not null default 'f'
+ flagged boolean not null default 'f',
+ title text
);
-- Problems reported by users of site