Skip to content

Commit

Permalink
add update compatibility for bugfix-release 0.9.33.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Jul 29, 2015
1 parent 744d85e commit 0455cb9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion install/updates/froxlor/0.9/update_0.9.inc.php
Expand Up @@ -2905,7 +2905,15 @@

if (isFroxlorVersion('0.9.33.1')) {

showUpdateStep("Updating from 0.9.33.1 to 0.9.34-dev1", false);
showUpdateStep("Updating from 0.9.33.1 to 0.9.33.2");
lastStepStatus(0);
updateToVersion('0.9.33.2');

}

if (isFroxlorVersion('0.9.33.2')) {

showUpdateStep("Updating from 0.9.33.2 to 0.9.34-dev1", false);

showUpdateStep("Updating table structure of domains");
Database::query("ALTER TABLE `".TABLE_PANEL_DOMAINS."` MODIFY `parentdomainid` int(11) NOT NULL default '0'");
Expand Down

0 comments on commit 0455cb9

Please sign in to comment.