delete redirects (#317)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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-%';
|
||||
Reference in New Issue
Block a user