* fix bug for upgrade.

This commit is contained in:
wangyidong
2017-09-28 08:51:44 +08:00
parent acac70d6ce
commit 554db50b24
+1 -1
View File
@@ -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();