7 lines
352 B
SQL
7 lines
352 B
SQL
-- 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-%';
|
|
|