mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: insert audit log entries for organization CRUD (#13660)
* chore: insert audit log entries for organization CRUD
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user