feat(coderd): add audit resource for tasks (#20301)

Updates coder/internal#976
This commit is contained in:
Mathias Fredriksson
2025-10-15 19:13:59 +03:00
committed by GitHub
parent 03d285db26
commit 408b09a1f2
14 changed files with 65 additions and 7 deletions
+2 -1
View File
@@ -460,7 +460,8 @@ CREATE TYPE resource_type AS ENUM (
'idp_sync_settings_role',
'workspace_agent',
'workspace_app',
'prebuilds_settings'
'prebuilds_settings',
'task'
);
CREATE TYPE startup_script_behavior AS ENUM (