Optimized audit, event logging system

 Audit logs
 Admin edit user permissions
This commit is contained in:
2024-07-03 22:57:17 +08:00
parent 5200e00c9b
commit 8c89d89382
7 changed files with 107 additions and 12 deletions

View File

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