mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
fix(cleanup): cleanup all stuck states (#7145)
* fix(setup): unmarshal of failed step * fix(cleanup): cleanup all stuck states * use lastRun for repeatable steps * typo --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -13,9 +13,9 @@ import (
|
||||
type SetupStep struct {
|
||||
eventstore.BaseEvent `json:"-"`
|
||||
migration Migration
|
||||
Name string `json:"name"`
|
||||
Error string `json:"error,omitempty"`
|
||||
LastRun interface{} `json:"lastRun,omitempty"`
|
||||
Name string `json:"name"`
|
||||
Error any `json:"error,omitempty"`
|
||||
LastRun any `json:"lastRun,omitempty"`
|
||||
}
|
||||
|
||||
func setupStartedCmd(ctx context.Context, migration Migration) eventstore.Command {
|
||||
|
Reference in New Issue
Block a user