forked from rDrama/rDrama
1
0
Fork 0
rDrama/migrations/20230101-change-event-struc...

4 lines
132 B
SQL

drop table event_users;
alter table users add column event_darkmode bool;
alter table users alter column event_music drop NOT NULL;