Add "name" to category_texts

This commit is contained in:
Rikard Bartholf
2016-02-17 10:37:54 +01:00
parent 9a92168e61
commit 3c3baf9712
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
ALTER TABLE category_texts
ADD COLUMN name character varying(255);
UPDATE category_texts
SET name = wallpaper_name;