We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc8fd6 commit c364a34Copy full SHA for c364a34
coderd/database/migrations/000292_add_audit_types_for_connect_and_open.up.sql
@@ -1,9 +1,13 @@
1
-- Add new audit types for connect and open actions.
2
ALTER TYPE audit_action
3
ADD VALUE IF NOT EXISTS 'connect';
4
+ALTER TYPE audit_action
5
+ ADD VALUE IF NOT EXISTS 'disconnect';
6
ALTER TYPE resource_type
7
ADD VALUE IF NOT EXISTS 'workspace_agent';
8
9
ADD VALUE IF NOT EXISTS 'open';
10
11
+ ADD VALUE IF NOT EXISTS 'close';
12
13
ADD VALUE IF NOT EXISTS 'workspace_app';
0 commit comments