* fix bug for upgrade.
This commit is contained in:
@@ -186,7 +186,7 @@ class upgradeModel extends model
|
||||
$this->execSQL($this->getUpgradeFile('9.4'));
|
||||
$this->adjustPriv9_4();
|
||||
case '9_5':
|
||||
$this->execSQL($this->getUpgradeFile('9.4'));
|
||||
$this->execSQL($this->getUpgradeFile('9.5'));
|
||||
}
|
||||
|
||||
$this->deletePatch();
|
||||
|
||||
Reference in New Issue
Block a user