From 757329d32857774b9f55585b0f76917c6d629e5e Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:04:21 +0200 Subject: [PATCH] Remove product redirect (#503) --- migrations/000.572.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.572.sql diff --git a/migrations/000.572.sql b/migrations/000.572.sql new file mode 100644 index 0000000..1aac4ad --- /dev/null +++ b/migrations/000.572.sql @@ -0,0 +1 @@ +DELETE from redirects where source_uri like 'cloudy-sky-beige-%' and target_uri ilike 'cloudy-sky-i-%'; \ No newline at end of file