feat: add killswitch for notifications (#13794)

This commit is contained in:
Marcin Tojek
2024-07-10 16:15:06 +02:00
committed by GitHub
parent 542fff7df0
commit bf392ffea4
31 changed files with 774 additions and 25 deletions
+2 -1
View File
@@ -163,7 +163,8 @@ CREATE TYPE resource_type AS ENUM (
'oauth2_provider_app',
'oauth2_provider_app_secret',
'custom_role',
'organization_member'
'organization_member',
'notifications_settings'
);
CREATE TYPE startup_script_behavior AS ENUM (