* [ci,done,0.1h] fix execdmsql unit test error.
This commit is contained in:
@@ -160,6 +160,8 @@ class installModel extends model
|
||||
*/
|
||||
public function execDMSQL(): bool
|
||||
{
|
||||
if($this->config->db->driver != 'dm') return true;
|
||||
|
||||
$dbPath = $this->app->getAppRoot() . 'db' . DS;
|
||||
$dbFile = $dbPath . 'dm.sql';
|
||||
$dbFuncFile = $dbPath . 'dm_function.sql';
|
||||
|
||||
Reference in New Issue
Block a user