rDrama/migrations/20220910-notify-followers.sql

3 lines
128 B
SQL

alter table submissions add column notify bool not null default true;
alter table submissions alter column notify drop default;