forked from MarseyWorld/MarseyWorld
5 lines
183 B
MySQL
5 lines
183 B
MySQL
|
alter table chat_memberships add column notification bool not null default false;
|
||
|
alter table chat_memberships alter column notification drop default;
|
||
|
|
||
|
drop table chat_notifications;
|