rDrama/migrations/20240324-remove-redundancy-...

5 lines
183 B
SQL

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;