From e01c2e02fba86f2aa6907ad972063ecd40bf2f95 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Thu, 2 Jan 2020 12:28:48 +0100 Subject: [PATCH] fix update query for new fpm-custom_config value, refs #783 Signed-off-by: Michael Kaufmann --- 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 ca068346..de6e9609 100644 --- a/install/updates/froxlor/0.10/update_0.10.inc.php +++ b/install/updates/froxlor/0.10/update_0.10.inc.php @@ -533,7 +533,7 @@ if (\Froxlor\Froxlor::isDatabaseVersion('201912100')) { if (\Froxlor\Froxlor::isDatabaseVersion('201912310')) { showUpdateStep("Adding custom phpfpm pool configuration field"); - Database::query("ALTER TABLE `" . TABLE_PANEL_PHPDAEMONS . "` ADD `custom_config` text AFTER `limit_extensions`;"); + Database::query("ALTER TABLE `" . TABLE_PANEL_FPMDAEMONS . "` ADD `custom_config` text AFTER `limit_extensions`;"); lastStepStatus(0); \Froxlor\Froxlor::updateToDbVersion('201912311'); }