:art:新增请求日志记录

This commit is contained in:
coward
2024-06-03 17:09:45 +08:00
parent 30b7d6aeb6
commit e1f168b274
14 changed files with 266 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ func (s Script) DBMigrate() error {
new(entity.Server),
new(entity.Client),
new(entity.Setting),
new(entity.SystemLog),
}
return client.DB.AutoMigrate(ent...)