rDrama/migrations/20221207-transparent-rework...

3 lines
144 B
MySQL
Raw Normal View History

2022-12-07 17:53:29 +00:00
update users set theme='midnight' where theme='transparent';
update users set background=null where background='/i/backgrounds/glitter/1.webp';