aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/schema_0005-add_council_user_flag.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema_0005-add_council_user_flag.sql b/db/schema_0005-add_council_user_flag.sql
index d8cf1358a..1ab1579b7 100644
--- a/db/schema_0005-add_council_user_flag.sql
+++ b/db/schema_0005-add_council_user_flag.sql
@@ -1,6 +1,6 @@
begin;
ALTER table users
- ADD COLUMN from_authority boolean NOT NULL DEFAULT false;
+ ADD COLUMN from_council integer;
commit;