diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-27 16:17:17 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-27 16:17:17 +0100 |
commit | 8b4aa43fc9fe027fd4e418cc2cd49924fd3ddfa3 (patch) | |
tree | 92ba8705ff4cfb8889ec439aaf5fb2ed959604f4 | |
parent | 3d181cebab78ebe87242d4bb4a9afb48ca9aa524 (diff) |
update users table to user from_council
-rw-r--r-- | db/schema.sql | 2 |
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 |