Fix missing child session on SAML

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-24 15:20:06 +01:00
parent 41a6df9aec
commit 3e95c8c38a
9 changed files with 69 additions and 29 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE iam_saml_requests DROP COLUMN IF EXISTS tenant_id;

View File

@@ -0,0 +1,2 @@
DROP INDEX IF EXISTS idx_auth_saml_assertions_tenant_id;
ALTER TABLE iam_saml_assertions DROP COLUMN IF EXISTS tenant_id;