DB/Misc: Add path for old hotfixes

This commit is contained in:
funjoker
2020-05-19 00:37:45 +02:00
parent 55155d1295
commit e428623f61

View File

@@ -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');