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

3 lines
132 B
MySQL
Raw Permalink Normal View History

2024-02-11 14:16:09 +00:00
alter table users add column effortpost_notifs bool default false not null;
alter table users alter effortpost_notifs drop default;