P5-399 Add fields for design wallpaper texts
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user