aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0005-add_council_user_flag.sql
blob: 1ab1579b7325d57697d6db519d84c21b6415c40e (plain)
1
2
3
4
5
6
begin;

ALTER table users
    ADD COLUMN from_council integer;

commit;