Files
database/migrations/000.038.sql
T

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;