From d42fc261a727c40fef19735c8379c7caaf400744 Mon Sep 17 00:00:00 2001 From: Rikard Bartholf Date: Mon, 23 Feb 2026 14:12:07 +0100 Subject: [PATCH] Fix invalid redirect (#538) * Fix invalid redirect * Make the DELETE as specific as it can be * Prepare release --- migrations/000.609.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.609.sql diff --git a/migrations/000.609.sql b/migrations/000.609.sql new file mode 100644 index 0000000..da4e3b1 --- /dev/null +++ b/migrations/000.609.sql @@ -0,0 +1,2 @@ +-- Should affect 93 rows +DELETE FROM redirects WHERE source_uri LIKE 'zigzag-cloud-dancer-%';