From d5fefcd4d9255529a7f2dab08108f9c9ae359038 Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Fri, 8 Aug 2025 16:43:50 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! added first event --- internal/query/projection/idp_template_relational.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/query/projection/idp_template_relational.go b/internal/query/projection/idp_template_relational.go index c4655874a7..6533adb992 100644 --- a/internal/query/projection/idp_template_relational.go +++ b/internal/query/projection/idp_template_relational.go @@ -19,6 +19,10 @@ import ( ) const ( + IDPRelationalTable = "zitadel.identity_providers" + IDPRelationalOrgIdCol = "org_id" + IDPRelationalAutoRegisterCol = "auto_register" + IDPRelationalPayloadCol = "payload" IDPRelationalOrgId = "org_id" IDPRelationalAllowCreationCol = "allow_creation" IDPRelationalAllowLinkingCol = "allow_linking"