From e428623f6199f32e66327ea50ee6eead3860e246 Mon Sep 17 00:00:00 2001 From: funjoker Date: Tue, 19 May 2020 00:37:45 +0200 Subject: [PATCH] DB/Misc: Add path for old hotfixes --- sql/updates/hotfixes/4.3.4/2020_05_19_00_hotfixes.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/hotfixes/4.3.4/2020_05_19_00_hotfixes.sql diff --git a/sql/updates/hotfixes/4.3.4/2020_05_19_00_hotfixes.sql b/sql/updates/hotfixes/4.3.4/2020_05_19_00_hotfixes.sql new file mode 100644 index 00000000000..6bbbd71d478 --- /dev/null +++ b/sql/updates/hotfixes/4.3.4/2020_05_19_00_hotfixes.sql @@ -0,0 +1,2 @@ +DELETE FROM `updates_include` WHERE `path` = '$/sql/old/4.3.4/hotfixes'; +INSERT INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/4.3.4/hotfixes', 'ARCHIVED');