mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 14:02:26 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -17,7 +17,8 @@ import (
|
||||
|
||||
var (
|
||||
projectsTable = table{
|
||||
name: projection.ProjectProjectionTable,
|
||||
name: projection.ProjectProjectionTable,
|
||||
instanceIDCol: projection.ProjectColumnInstanceID,
|
||||
}
|
||||
ProjectColumnID = Column{
|
||||
name: projection.ProjectColumnID,
|
||||
|
||||
Reference in New Issue
Block a user