Abuse report system

This commit is contained in:
2024-09-19 21:02:21 +08:00
parent 5bcce9d44e
commit 817c60c4e0
5 changed files with 183 additions and 0 deletions

View File

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