* Add the new version.

This commit is contained in:
hufangzhou
2022-11-02 06:24:20 +00:00
parent da8e317c4b
commit d09093f42b
11 changed files with 4134 additions and 2 deletions
+1
View File
@@ -1041,6 +1041,7 @@ class upgradeModel extends model
$confirmContent .= file_get_contents($this->getUpgradeFile('17.6.2'));
$xuanxuanSql = $this->app->getAppRoot() . 'db' . DS . 'upgradexuanxuan6.4.sql';
$confirmContent .= file_get_contents($xuanxuanSql);
case: '17_7':
}
return $confirmContent;