mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: join on instanceIDs in queries (#4612)
This commit is contained in:
@@ -21,7 +21,8 @@ const (
|
||||
|
||||
var (
|
||||
failedEventsTable = table{
|
||||
name: projection.FailedEventsTable,
|
||||
name: projection.FailedEventsTable,
|
||||
instanceIDCol: failedEventsColumnInstanceID,
|
||||
}
|
||||
FailedEventsColumnProjectionName = Column{
|
||||
name: failedEventsColumnProjectionName,
|
||||
@@ -39,10 +40,6 @@ var (
|
||||
name: failedEventsColumnError,
|
||||
table: failedEventsTable,
|
||||
}
|
||||
FailedEventsColumnInstanceID = Column{
|
||||
name: failedEventsColumnInstanceID,
|
||||
table: failedEventsTable,
|
||||
}
|
||||
)
|
||||
|
||||
type FailedEvents struct {
|
||||
|
Reference in New Issue
Block a user