mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-10 09:22:24 +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:
@@ -25,6 +25,7 @@ type IAMSetUp struct {
|
||||
Step17 *command.Step17
|
||||
Step18 *command.Step18
|
||||
Step19 *command.Step19
|
||||
Step20 *command.Step20
|
||||
}
|
||||
|
||||
func (setup *IAMSetUp) Steps(currentDone domain.Step) ([]command.Step, error) {
|
||||
@@ -50,6 +51,7 @@ func (setup *IAMSetUp) Steps(currentDone domain.Step) ([]command.Step, error) {
|
||||
setup.Step17,
|
||||
setup.Step18,
|
||||
setup.Step19,
|
||||
setup.Step20,
|
||||
} {
|
||||
if step.Step() <= currentDone {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user