feat: add description to audit log responses (#3949)

This commit is contained in:
Colin Adler
2022-09-08 09:36:34 -05:00
committed by GitHub
parent 5e04a2f800
commit 7dc73ed6c6
10 changed files with 75 additions and 8 deletions
+3 -1
View File
@@ -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 (