diff --git a/module/upgrade/model.php b/module/upgrade/model.php index ddadd9c477..a0b99cc1bd 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -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'); }