P5-399 Add fields for design wallpaper texts

This commit is contained in:
Rikard Bartholf
2016-05-04 13:51:05 +02:00
parent 3170a9bd0a
commit b3542a10a1
+5
View File
@@ -0,0 +1,5 @@
-- P5-399 Top image for Design wallpapers
ALTER TABLE category_texts ADD COLUMN design_wallpaper_h1 VARCHAR(255);
ALTER TABLE category_texts ADD COLUMN design_wallpaper_description TEXT;
UPDATE category_texts SET design_wallpaper_h1 = name;