Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit137b35f

Browse files
committed
add tasktable to enterprise audit table
1 parentf8a573e commit137b35f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎enterprise/audit/table.go‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,18 @@ var auditableResourcesTypes = map[any]map[string]Action{
347347
"field":ActionTrack,
348348
"mapping":ActionTrack,
349349
},
350+
&database.TaskTable{}: {
351+
"id":ActionTrack,
352+
"organization_id":ActionIgnore,// Never changes.
353+
"owner_id":ActionTrack,
354+
"name":ActionTrack,
355+
"workspace_id":ActionTrack,
356+
"template_version_id":ActionTrack,
357+
"template_parameters":ActionTrack,
358+
"prompt":ActionTrack,
359+
"created_at":ActionIgnore,// Never changes.
360+
"deleted_at":ActionIgnore,// Changes, but is implicit when a delete event is fired.
361+
},
350362
}
351363

352364
// auditMap converts a map of struct pointers to a map of struct names as

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp