* Add the sql in confirm page.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user