diff options
Diffstat (limited to 'db')
-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 |