From ac5bc78e121122c496901455176c544a36d34dba Mon Sep 17 00:00:00 2001 From: tczaude Date: Fri, 24 Jul 2020 19:32:04 +0200 Subject: [PATCH] fix showUpdateStep --- install/updates/froxlor/0.10/update_0.10.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/updates/froxlor/0.10/update_0.10.inc.php b/install/updates/froxlor/0.10/update_0.10.inc.php index 8980b928..fd89ba61 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -651,7 +651,7 @@ if (\Froxlor\Froxlor::isFroxlorVersion('0.10.18')) { } if (\Froxlor\Froxlor::isDatabaseVersion('202005150')) { - showUpdateStep("Add new performerce indexes", false); + showUpdateStep("Add new performance indexes", true); Database::query("ALTER TABLE panel_customers ADD INDEX guid (guid);"); Database::query("ALTER TABLE panel_tasks ADD INDEX type (type);");