* Execute process gitlab repo when upgrade from 15.3 .

This commit is contained in:
Guan Xiying
2021-08-04 13:38:51 +08:00
parent 995ae04702
commit 68033ced56
+1 -1
View File
@@ -691,13 +691,13 @@ class upgradeModel extends model
case '15_2':
$this->saveLogs('Execute 15_2');
$this->execSQL($this->getUpgradeFile('15.2'));
$this->processGitlabRepo();
$this->appendExec('15_2');
case '15_3':
$this->saveLogs('Execute 15_3');
$this->execSQL($this->getUpgradeFile('15.3'));
$this->processStoryFileType();
$this->processProductDoc();
$this->processGitlabRepo();
$this->appendExec('15_3');
}