This commit is contained in:
2026-07-15 21:44:13 +08:00
parent 024b6614ba
commit 4794be896c
22 changed files with 1041 additions and 74 deletions

View File

@@ -258,6 +258,8 @@ func (a *Application) autoMigrate(db *gorm.DB) error {
&statisticsEntities.StatisticsDashboard{},
&statisticsEntities.StatisticsReport{},
&securityEntities.SuspiciousIPRecord{},
&securityEntities.IPBlacklistEntry{},
&securityEntities.BlacklistHitRecord{},
// api
&apiEntities.ApiUser{},