mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -16,7 +16,8 @@ import (
|
||||
|
||||
var (
|
||||
orgsTable = table{
|
||||
name: projection.OrgProjectionTable,
|
||||
name: projection.OrgProjectionTable,
|
||||
instanceIDCol: projection.OrgColumnInstanceID,
|
||||
}
|
||||
OrgColumnID = Column{
|
||||
name: projection.OrgColumnID,
|
||||
|
Reference in New Issue
Block a user