diff --git a/migrations/000.038.sql b/migrations/000.038.sql new file mode 100644 index 0000000..0cdbc4d --- /dev/null +++ b/migrations/000.038.sql @@ -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; \ No newline at end of file