diff --git a/migrations/000.007.sql b/migrations/000.007.sql new file mode 100644 index 0000000..514679c --- /dev/null +++ b/migrations/000.007.sql @@ -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;