mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -23,7 +23,8 @@ const (
|
||||
|
||||
var (
|
||||
projectGrantsTable = table{
|
||||
name: projection.ProjectGrantProjectionTable,
|
||||
name: projection.ProjectGrantProjectionTable,
|
||||
instanceIDCol: projection.ProjectGrantColumnInstanceID,
|
||||
}
|
||||
ProjectGrantColumnCreationDate = Column{
|
||||
name: projection.ProjectGrantColumnCreationDate,
|
||||
|
Reference in New Issue
Block a user