Update update_0.9.inc.php
This commit is contained in:
@@ -3519,7 +3519,7 @@ if (isFroxlorVersion('0.9.38-rc2')) {
|
||||
showUpdateStep("Updating from 0.9.38-rc2 to 0.9.38-rc3", false);
|
||||
|
||||
showUpdateStep("Updating database table definition for panel_domains");
|
||||
Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` ADD `phpenabled` tinyint(1) NOT NULL default '1' AFTER `openbasedir`;");
|
||||
Database::query("ALTER TABLE `" . TABLE_PANEL_DOMAINS . "` ADD `phpenabled` tinyint(1) NOT NULL default '1' AFTER `parentdomainid`;");
|
||||
lastStepStatus(0);
|
||||
|
||||
updateToVersion('0.9.38-rc3');
|
||||
|
||||
Reference in New Issue
Block a user