aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0026-add_send_extended_comments_to_open311conf.sql
blob: ee7b44b75e8086613ab6ed3541be098a8768eed1 (plain)
1
2
3
4
5
6
begin;

ALTER table open311conf
    ADD column send_extended_statuses BOOL NOT NULL DEFAULT 'f';

commit;