rDrama/migrations/20240203-order-unban-utc-pr...

3 lines
107 B
MySQL
Raw Normal View History

2024-02-02 22:39:02 +00:00
alter table users alter column unban_utc drop not null;
update users set unban_utc=null where unban_utc=0;