Files
database/migrations/archive/000.007.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

6 lines
242 B
SQL

-- 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;