rDrama/sql/20220910-notify-followers.sql

3 lines
128 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;
2022-09-14 08:29:44 +00:00
alter table submissions alter column notify drop default;