Files
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

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

5 lines
257 B
SQL

-- P5-1352: set description to '' where description and h1 is the same
UPDATE category_texts SET wallpaper_description = '' WHERE wallpaper_description = wallpaper_h1;
UPDATE category_texts SET canvas_description = '' WHERE canvas_description = canvas_h1;