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"