mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 07:12:13 +00:00
fix(eventstore): fill new column with data (#2288)
* fix: smaller outage on events migration first part * fix: fill old events with sequence * fix: migration add transactions * fix: mig * rename mig * replace migration with setup step * regenerate mock * add step 20 to config * log * simplify step * limit 1000 * limit 500
This commit is contained in:
@@ -16,4 +16,6 @@ type Repository interface {
|
||||
Filter(ctx context.Context, searchQuery *SearchQuery) (events []*Event, err error)
|
||||
//LatestSequence returns the latests sequence found by the the search query
|
||||
LatestSequence(ctx context.Context, queryFactory *SearchQuery) (uint64, error)
|
||||
|
||||
Step20(ctx context.Context, latestSequence uint64) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user