mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
feat: audit addition and removal of licenses (#6125)
* added license audit resource * audit delete licenses * added filtering * remove logs * making the best of the current UUID situation * fixed lint * fix tests * regen docs * PR feedback * PR feedback
This commit is contained in:
Generated
+2
-1
@@ -93,7 +93,8 @@ CREATE TYPE resource_type AS ENUM (
|
||||
'git_ssh_key',
|
||||
'api_key',
|
||||
'group',
|
||||
'workspace_build'
|
||||
'workspace_build',
|
||||
'license'
|
||||
);
|
||||
|
||||
CREATE TYPE user_status AS ENUM (
|
||||
|
||||
Reference in New Issue
Block a user