mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: audit organization member add/delete/edit (#13620)
* chore: audit organization member add/removals
This commit is contained in:
3
coderd/database/dump.sql
generated
3
coderd/database/dump.sql
generated
@ -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