rDrama/migrations/20231005-rename-sigs_disabl...

4 lines
148 B
MySQL
Raw Normal View History

2023-10-05 10:33:01 +00:00
alter table users rename column sigs_disabled to show_sigs;
update users set show_sigs=true;
alter table users alter column show_sigs set not null;