Remove default role configuration
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
5
pkg/coredata/migrations/20251029T185308Z.sql
Normal file
5
pkg/coredata/migrations/20251029T185308Z.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Remove default_role column from auth_saml_configurations
|
||||
-- The default role is now hardcoded to 'MEMBER' in the application code
|
||||
-- when the SAML role attribute is missing or invalid
|
||||
|
||||
ALTER TABLE auth_saml_configurations DROP COLUMN default_role;
|
||||
Reference in New Issue
Block a user