chore: audit organization member add/delete/edit (#13620)

* chore: audit organization member add/removals
This commit is contained in:
Steven Masley
2024-06-24 09:19:32 -10:00
committed by GitHub
parent 94639730f8
commit 65b9f9bfd6
11 changed files with 86 additions and 14 deletions

View File

@ -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 (