* Fix upgrade logic.

This commit is contained in:
Yagami
2020-10-30 14:48:41 +08:00
parent e92408baf4
commit c78025b8cf
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -606,12 +606,12 @@ class upgradeModel extends model
$this->saveLogs('Execute 12_4');
$this->execSQL($this->getUpgradeFile('12.4'));
$this->appendExec('12_4');
case '20_0':
$this->saveLogs('Execute 20_0');
$this->execSQL($this->getUpgradeFile('20.0'));
case '20_0_alpha1':
$this->saveLogs('Execute 20_0_alpha1');
$this->execSQL($this->getUpgradeFile('20.0.alpha1'));
$this->setWork2Full();
$this->initStoryOfPlan();
$this->appendExec('20_0');
$this->appendExec('20_0_alpha1');
}
$this->deletePatch();