Skip to content

Commit c364a34

Browse files
committed
fixup! feat: add workspace agent connect and app open audit types
1 parent ffc8fd6 commit c364a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
-- Add new audit types for connect and open actions.
22
ALTER TYPE audit_action
33
ADD VALUE IF NOT EXISTS 'connect';
4+
ALTER TYPE audit_action
5+
ADD VALUE IF NOT EXISTS 'disconnect';
46
ALTER TYPE resource_type
57
ADD VALUE IF NOT EXISTS 'workspace_agent';
68
ALTER TYPE audit_action
79
ADD VALUE IF NOT EXISTS 'open';
10+
ALTER TYPE audit_action
11+
ADD VALUE IF NOT EXISTS 'close';
812
ALTER TYPE resource_type
913
ADD VALUE IF NOT EXISTS 'workspace_app';

0 commit comments

Comments
 (0)