Notification preferences

This commit is contained in:
2024-09-17 14:50:05 +08:00
parent df9fb0a92a
commit f287e295e5
9 changed files with 182 additions and 6 deletions

View File

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