【调整】修改版本号

【调整】错误记录表索引
【调整】新增monitor静态文件路由
This commit is contained in:
v-me-50
2025-07-17 16:09:00 +08:00
parent 85734cfcf8
commit 3e5a41a7e7
5 changed files with 10 additions and 2 deletions

View File

@@ -366,6 +366,8 @@ create table monitor
info TEXT not null,
msg TEXT not null
);
create index if not exists err_record_monitor_id_index
on err_record (monitor_id);
`)
}