This commit is contained in:
holan20180123
2021-08-23 13:56:37 +08:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -698,6 +698,7 @@ class upgradeModel extends model
$this->appendExec('15_2');
case '15_3':
$this->saveLogs('Execute 15_3');
$this->execSQL($this->getUpgradeFile('15.3'));
$this->adjustBugRequired();
$this->processTesttaskDate();
$this->processDocTempContent();
@@ -894,7 +895,7 @@ class upgradeModel extends model
case '15_0_2': $confirmContent .= file_get_contents($this->getUpgradeFile('15.0.2'));
case '15_0_3': $confirmContent .= file_get_contents($this->getUpgradeFile('15.0.3'));
case '15_2': $confirmContent .= file_get_contents($this->getUpgradeFile('15.2'));
case '15_3':
case '15_3': $confirmContent .= file_get_contents($this->getUpgradeFile('15.3'));
}
return str_replace('zt_', $this->config->db->prefix, $confirmContent);
}