chore: insert audit log entries for organization CRUD (#13660)

* chore: insert audit log entries for organization CRUD
This commit is contained in:
Steven Masley
2024-06-25 04:03:15 -10:00
committed by GitHub
parent 9c1a6a29f2
commit d7eadee4d7
6 changed files with 71 additions and 9 deletions

View File

@ -23,7 +23,8 @@ type Auditable interface {
database.OAuth2ProviderApp |
database.OAuth2ProviderAppSecret |
database.CustomRole |
database.AuditableOrganizationMember
database.AuditableOrganizationMember |
database.Organization
}
// Map is a map of changed fields in an audited resource. It maps field names to