mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add description to audit log responses (#3949)
This commit is contained in:
Generated
+3
-1
@@ -73,7 +73,9 @@ CREATE TYPE resource_type AS ENUM (
|
||||
'template',
|
||||
'template_version',
|
||||
'user',
|
||||
'workspace'
|
||||
'workspace',
|
||||
'git_ssh_key',
|
||||
'api_key'
|
||||
);
|
||||
|
||||
CREATE TYPE user_status AS ENUM (
|
||||
|
||||
Reference in New Issue
Block a user