From 840ac109712f856f5606ecc9ef0e738df82f9b23 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:29:15 +0200 Subject: [PATCH] delete redirects (#317) --- migrations/000.408.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/000.408.sql 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