feat: 统计表

This commit is contained in:
tbphp
2025-07-12 12:40:25 +08:00
parent 51213c1a6c
commit 41115d0dcd
3 changed files with 57 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ func (a *App) Start() error {
// 数据库迁移
if err := a.db.AutoMigrate(
&models.RequestLog{},
&models.GroupHourlyStat{},
&models.APIKey{},
&models.SystemSetting{},
&models.Group{},