mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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