3 lines
132 B
MySQL
3 lines
132 B
MySQL
|
alter table users add column effortpost_notifs bool default false not null;
|
||
|
alter table users alter effortpost_notifs drop default;
|