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

2 lines
127 B
MySQL
Raw Normal View History

2022-09-10 07:00:45 +00:00
alter table submissions add column notify bool not null default true;
alter table submissions alter column notify drop default;