forked from MarseyWorld/MarseyWorld
Update custom-bg migration to support data.
parent
5850bb26fa
commit
ac26c2581d
|
@ -1,2 +1,2 @@
|
|||
alter table users alter column background type varchar(30);
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue