Files
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

6 lines
124 B
SQL

ALTER TABLE category_texts
ADD COLUMN name character varying(255);
UPDATE category_texts
SET name = wallpaper_name;