diff --git a/migrations/000.546.sql b/migrations/000.546.sql new file mode 100644 index 0000000..72eb015 --- /dev/null +++ b/migrations/000.546.sql @@ -0,0 +1,6 @@ +-- Delete redirects from product 63039 (quietism-sand) to 63038 (quietism-1) +-- This is three redirects per market (-tapet, -tavla, -poster), 93 redirects in total. +-- (The ilike queries are crafted to not match similar redirects for other products) + +DELETE FROM redirects where source_uri ilike 'quietism-sand-%' and target_uri ilike 'quietism-1-%'; +