Add "name" to category_texts
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