From 4b08e5136db27ab0d69d070e77dcd92193f86752 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 1 May 2012 19:17:38 +0100 Subject: store title in users table so we can persist it for bromley --- 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 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 -- cgit v1.2.3