* Add the sql in confirm page.

This commit is contained in:
hufangzhou
2022-11-02 08:33:05 +00:00
parent 5e7e6161fb
commit d095daee76
+1 -1
View File
@@ -1041,7 +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':
case '17_7': $confirmContent .= file_get_contents($this->getUpgradeFile('17.7'));
}
return $confirmContent;