add update compatibility for bugfix-release 0.9.33.2
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -2905,7 +2905,15 @@ if (isFroxlorVersion('0.9.33')) {
|
|||||||
|
|
||||||
if (isFroxlorVersion('0.9.33.1')) {
|
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");
|
showUpdateStep("Updating table structure of domains");
|
||||||
Database::query("ALTER TABLE `".TABLE_PANEL_DOMAINS."` MODIFY `parentdomainid` int(11) NOT NULL default '0'");
|
Database::query("ALTER TABLE `".TABLE_PANEL_DOMAINS."` MODIFY `parentdomainid` int(11) NOT NULL default '0'");
|
||||||
|
|||||||
Reference in New Issue
Block a user