* Fix upgrade module.

This commit is contained in:
Yagami
2020-12-01 13:56:27 +08:00
parent e717f7e8b9
commit f7673450a0
+1 -7
View File
@@ -634,13 +634,7 @@ class upgradeModel extends model
$this->appendExec('20_0_alpha');
case '20_0_alpha1':
$this->saveLogs('Execute 20_0_alpha1');
if(strpos($fromVersion, '20') !== 0)
{
$this->execSQL($this->getUpgradeFile('12.4.4'));
$this->adjustPriv12_5();
}
$this->execSQL($this->getUpgradeFile('20.0.alpha1'));
$this->appendExec('20_0_alpha1');
}