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