rDrama/migrations/20230101-change-event-struc...

4 lines
132 B
MySQL
Raw Normal View History

2023-01-01 05:33:09 +00:00
drop table event_users;
alter table users add column event_darkmode bool;
alter table users alter column event_music drop NOT NULL;