Skip to content

Commit 204db4a

Browse files
committed
chore: add deleted to audit table
1 parent be26593 commit 204db4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/audit/table.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
273273
"id": ActionIgnore,
274274
"name": ActionTrack,
275275
"description": ActionTrack,
276+
"deleted": ActionIgnore,
276277
"created_at": ActionIgnore,
277278
"updated_at": ActionTrack,
278279
"is_default": ActionTrack,

0 commit comments

Comments
 (0)