mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: audit organization member add/delete/edit (#13620)
* chore: audit organization member add/removals
This commit is contained in:
Generated
+2
-1
@@ -148,7 +148,8 @@ CREATE TYPE resource_type AS ENUM (
|
||||
'health_settings',
|
||||
'oauth2_provider_app',
|
||||
'oauth2_provider_app_secret',
|
||||
'custom_role'
|
||||
'custom_role',
|
||||
'organization_member'
|
||||
);
|
||||
|
||||
CREATE TYPE startup_script_behavior AS ENUM (
|
||||
|
||||
Reference in New Issue
Block a user