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:
@@ -28,7 +28,8 @@ type DebugNotificationProvider struct {
|
||||
|
||||
var (
|
||||
notificationProviderTable = table{
|
||||
name: projection.DebugNotificationProviderTable,
|
||||
name: projection.DebugNotificationProviderTable,
|
||||
instanceIDCol: projection.DebugNotificationProviderInstanceIDCol,
|
||||
}
|
||||
NotificationProviderColumnAggID = Column{
|
||||
name: projection.DebugNotificationProviderAggIDCol,
|
||||
|
Reference in New Issue
Block a user