zitadel/cmd/mirror
Silvan cd3ffbd3eb
fix(mirror): use correct statements on push (#8414)
# Which Problems Are Solved

The mirror command used the wrong position to filter for events if
different database technologies for source and destination were used.

# How the Problems Are Solved

The statements which diverge are stored on the client so that different
technologies can use different statements.

# Additional Context

- https://discord.com/channels/927474939156643850/1256396896243552347
2024-08-12 10:33:45 +00:00
..
auth.go
config.go
defaults.yaml
event_store.go fix(mirror): use correct statements on push (#8414) 2024-08-12 10:33:45 +00:00
event.go
mirror.go fix(mirror): read config correctly (#8330) 2024-07-18 14:00:58 +00:00
projections.go
system.go
verify.go