🐛 Fix auto maintain range missing models

This commit is contained in:
2024-09-02 22:12:25 +08:00
parent bfddfa2201
commit a23c51f483
2 changed files with 5 additions and 6 deletions

View File

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