* Add the new version.

This commit is contained in:
hufangzhou
2022-01-26 13:47:00 +08:00
parent 7234b58c3f
commit b0ab0f8ae4
10 changed files with 1687 additions and 3 deletions
+1
View File
@@ -964,6 +964,7 @@ class upgradeModel extends model
case '16_0_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('16.0.beta1'));
case '16_0': $confirmContent .= file_get_contents($this->getUpgradeFile('16.0'));
case '16_1': $confirmContent .= file_get_contents($this->getUpgradeFile('16.1'));
case '16_2': $confirmContent .= file_get_contents($this->getUpgradeFile('16.2'));
}
return str_replace('zt_', $this->config->db->prefix, $confirmContent);
}