@@ -110,3 +110,5 @@ CREATE INDEX idx_auth_saml_relay_states_token ON auth_saml_relay_states(token);
|
||||
CREATE INDEX idx_auth_saml_relay_states_expires_at ON auth_saml_relay_states(expires_at);
|
||||
|
||||
CREATE INDEX idx_auth_saml_relay_states_tenant_id ON auth_saml_relay_states(tenant_id);
|
||||
|
||||
ALTER TABLE auth_saml_configurations DROP COLUMN default_role;
|
||||
@@ -1,5 +0,0 @@
|
||||
-- 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