♻️ Single table to store auth preferences

This commit is contained in:
2024-10-13 12:36:51 +08:00
parent 9287e6c5cc
commit 39c3799d82
8 changed files with 69 additions and 33 deletions

View File

@ -27,6 +27,7 @@ var AutoMaintainRange = []any{
&models.ApiKey{},
&models.SignRecord{},
&models.PreferenceNotification{},
&models.PreferenceAuth{},
&models.AbuseReport{},
}