Skip to content

Commit eeacd41

Browse files
committed
edits before make gen
1 parent 440e13a commit eeacd41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

enterprise/audit/table.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
135135
"created_by_name": ActionIgnore,
136136
"archived": ActionTrack,
137137
"source_example_id": ActionIgnore, // Never changes.
138+
"has_ai_task": ActionIgnore,
138139
},
139140
&database.User{}: {
140141
"id": ActionTrack,
@@ -193,6 +194,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
193194
"initiator_by_username": ActionIgnore,
194195
"initiator_by_name": ActionIgnore,
195196
"template_version_preset_id": ActionIgnore, // Never changes.
197+
"has_ai_task": ActionIgnore,
198+
"ai_tasks_sidebar_app_id": ActionIgnore,
196199
},
197200
&database.AuditableGroup{}: {
198201
"id": ActionTrack,

0 commit comments

Comments
 (0)