Skip to content

Commit 51eafda

Browse files
committed
update audit table
1 parent 41e21c1 commit 51eafda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enterprise/audit/table.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
8383
"updated_at": ActionIgnore, // Changes, but is implicit and not helpful in a diff.
8484
"organization_id": ActionIgnore, /// Never changes.
8585
"organization_name": ActionIgnore, // Ignore these changes
86+
"organization_display_name": ActionIgnore, // Ignore these changes
87+
"organization_icon": ActionIgnore, // Ignore these changes
8688
"deleted": ActionIgnore, // Changes, but is implicit when a delete event is fired.
8789
"name": ActionTrack,
8890
"display_name": ActionTrack,

0 commit comments

Comments
 (0)