🐛 Fix api key wasn't in auto maintain range

This commit is contained in:
2024-08-25 23:12:33 +08:00
parent 52c06d9826
commit b097dab9e1
2 changed files with 6 additions and 4 deletions

View File

@ -24,6 +24,7 @@ var AutoMaintainRange = []any{
&models.Notification{},
&models.NotificationSubscriber{},
&models.AuditRecord{},
&models.ApiKey{},
}
func RunMigration(source *gorm.DB) error {