rDrama/migrations/20240211-add-following-effo...

3 lines
132 B
SQL

alter table users add column effortpost_notifs bool default false not null;
alter table users alter effortpost_notifs drop default;