Squash migration

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-30 22:44:26 +01:00
parent d1c31978da
commit 379a9aa0fe
2 changed files with 2 additions and 5 deletions

View File

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

View File

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