mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add killswitch for notifications (#13794)
This commit is contained in:
Generated
+2
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user