5 lines
407 B
SQL
5 lines
407 B
SQL
delete from redirects where source_uri like 'white-orchid-platinum-%';
|
|
delete from redirects where source_uri like 'white-orchid-metal-%' and source_uri not like 'white-orchid-metal-gr%';
|
|
delete from redirects where source_uri like 'white-orchid-silver-%';
|
|
delete from redirects where source_uri like 'essential-dandelions-sand-%';
|
|
delete from redirects where source_uri like 'essential-dandelions-stone-%'; |