From 8afc0777023c6628211bb27195bb3438aed9d1e6 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 26 Jan 2026 15:15:52 +0100 Subject: [PATCH] DB/holiday: Remove incorrect data. --- sql/updates/world/3.3.5/2026_01_26_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2026_01_26_01_world.sql diff --git a/sql/updates/world/3.3.5/2026_01_26_01_world.sql b/sql/updates/world/3.3.5/2026_01_26_01_world.sql new file mode 100644 index 00000000000..da533ea461c --- /dev/null +++ b/sql/updates/world/3.3.5/2026_01_26_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `holiday_dates` WHERE (`date_id` IN (26,27));