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

This commit is contained in:
Iraq Jaber
2025-08-08 16:43:50 +01:00
parent a8fd3325fc
commit d5fefcd4d9

View File

@@ -19,6 +19,10 @@ import (
) )
const ( const (
IDPRelationalTable = "zitadel.identity_providers"
IDPRelationalOrgIdCol = "org_id"
IDPRelationalAutoRegisterCol = "auto_register"
IDPRelationalPayloadCol = "payload"
IDPRelationalOrgId = "org_id" IDPRelationalOrgId = "org_id"
IDPRelationalAllowCreationCol = "allow_creation" IDPRelationalAllowCreationCol = "allow_creation"
IDPRelationalAllowLinkingCol = "allow_linking" IDPRelationalAllowLinkingCol = "allow_linking"