P5-1352 set category description to '' where it has the same value as category h1

This commit is contained in:
Martin
2017-05-29 16:44:57 +02:00
parent c9ed945147
commit 7065b03219
+5
View File
@@ -0,0 +1,5 @@
-- 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;