From 05dad04384529f3be10cb180e9007ad4310b495b Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 19 Dec 2013 18:30:00 +0100 Subject: [PATCH] add 0.9.31.1 to updater of 0.9.32-dev Signed-off-by: Michael Kaufmann (d00p) --- install/updates/froxlor/0.9/update_0.9.inc.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 8ee1190a..e06c7367 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2568,8 +2568,14 @@ if (isFroxlorVersion('0.9.31-rc3')) { } if (isFroxlorVersion('0.9.31')) { + showUpdateStep("Updating from 0.9.31 to 0.9.31.1 final", true); + lastStepStatus(0); + updateToVersion('0.9.31.1'); +} - showUpdateStep("Updating from 0.9.31 to 0.9.32-dev1"); +if (isFroxlorVersion('0.9.31.1')) { + + showUpdateStep("Updating from 0.9.31.1 to 0.9.32-dev1"); lastStepStatus(0); showUpdateStep("Removing APS-module (deprecated)"); @@ -2579,7 +2585,6 @@ if (isFroxlorVersion('0.9.31')) { Database::query("ALTER TABLE `".TABLE_PANEL_ADMINS."` DROP `aps_packages_used`;"); Database::query("ALTER TABLE `".TABLE_PANEL_CUSTOMERS."` DROP `aps_packages`;"); Database::query("ALTER TABLE `".TABLE_PANEL_CUSTOMERS."` DROP `aps_packages_used`;"); - // FIXME what to do with APS-databases? (before dropping the field) Database::query("ALTER TABLE `".TABLE_PANEL_DATABASES."` DROP `apsdb`;"); Database::query("DROP TABLE IF EXISTS `aps_packages`;"); Database::query("DROP TABLE IF EXISTS `aps_instances`;");