Plug back organization members

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-26 22:57:56 +01:00
committed by Bryan Frimin
parent ac85d6b84d
commit e0f6bbd204
22 changed files with 2555 additions and 23 deletions

View File

@@ -503,7 +503,7 @@ WITH membership_with_profile AS (
iam_membership_profiles mp ON mp.membership_id = m.id
WHERE
m.organization_id = @organization_id
AND %s
AND m.%s
)
SELECT
id,