rDrama/migrations/20221204-custom-background.sql

3 lines
221 B
MySQL
Raw Normal View History

alter table users alter column background type varchar(40); -- solarpunk/xx.webp ones are 32 chars, plus leave headroom
update users set background='/i/backgrounds/' || background || '.webp' where background is not null;