增加数据库迁移打包

This commit is contained in:
2022-11-19 16:48:26 +08:00
parent 67a3d287ad
commit 78ead61684
2 changed files with 61 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ class DebugMysql implements LogHandlerInterface
$dirname = dirname($log_path);
if (!is_dir($dirname)) {
mkdir($log_path, 0777, true);
mkdir($dirname, 0777, true);
}
$first_line = false;