mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 06:32:06 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -249,7 +249,8 @@ func prepareCurrentSequencesQuery() (sq.SelectBuilder, func(*sql.Rows) (*Current
|
||||
|
||||
var (
|
||||
currentSequencesTable = table{
|
||||
name: projection.CurrentSeqTable,
|
||||
name: projection.CurrentSeqTable,
|
||||
instanceIDCol: "instance_id",
|
||||
}
|
||||
CurrentSequenceColAggregateType = Column{
|
||||
name: "aggregate_type",
|
||||
@@ -275,7 +276,8 @@ var (
|
||||
|
||||
var (
|
||||
locksTable = table{
|
||||
name: projection.LocksTable,
|
||||
name: projection.LocksTable,
|
||||
instanceIDCol: "instance_id",
|
||||
}
|
||||
LocksColLockerID = Column{
|
||||
name: "locker_id",
|
||||
|
||||
Reference in New Issue
Block a user