Notify punishments

This commit is contained in:
2025-03-25 23:20:42 +08:00
parent a5033c0fb0
commit de28ae027f
4 changed files with 78 additions and 10 deletions

View File

@ -32,6 +32,7 @@ var AutoMaintainRange = []any{
&models.AbuseReport{},
&models.Program{},
&models.ProgramMember{},
&models.Punishment{},
}
func RunMigration(source *gorm.DB) error {