mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
【调整】修改版本号
【调整】错误记录表索引 【调整】新增monitor静态文件路由
This commit is contained in:
@@ -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);
|
||||
`)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user