Archive old migrations (#426)
* Archive old migrations * Fix invalid placement of migrations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE category_texts
|
||||
ADD COLUMN name character varying(255);
|
||||
|
||||
UPDATE category_texts
|
||||
SET name = wallpaper_name;
|
||||
Reference in New Issue
Block a user