forked from rDrama/rDrama
1
0
Fork 0
rDrama/sql/20220910-notify-followers.sql

2 lines
127 B
SQL

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