aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-27 16:17:17 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-27 16:17:17 +0100
commit8b4aa43fc9fe027fd4e418cc2cd49924fd3ddfa3 (patch)
tree92ba8705ff4cfb8889ec439aaf5fb2ed959604f4 /db/schema.sql
parent3d181cebab78ebe87242d4bb4a9afb48ca9aa524 (diff)
update users table to user from_council
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 21fc3371a..22269e98d 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -131,7 +131,7 @@ create table users (
name text,
phone text,
password text not null default ''
- from_authority boolean not null default false -- users is from a council etc
+ from_council integer -- id of council user is from or null/0 if not
);
-- Problems reported by users of site