mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat(coderd): add audit resource for tasks (#20301)
Updates coder/internal#976
This commit is contained in:
committed by
GitHub
parent
03d285db26
commit
408b09a1f2
Generated
+2
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user