* Change clear table to remove sql file.

This commit is contained in:
caoyanyi
2023-08-28 09:58:24 +08:00
parent e6457d696e
commit a0ea7902e5
+4
View File
@@ -411,6 +411,10 @@ class yaml
print_r($output);
}
}
elseif(file_exists($sqlPath) && $isClear && is_writable($sqlPath))
{
unlink($sqlPath);
}
$this->insertDB($sqlPath, $this->tableName, $isClear, $rows);