type
MigrationPhaseStatus
type MigrationPhaseStatus struct {
ID string `json:"id"`
Mode ridumigration.PhaseMode `json:"mode"`
State string `json:"state"`
Steps []MigrationStepStatus `json:"steps"`
}One atomic transaction phase in an artifact.
Source adapters/sqlite/migrations.go:73
IDstring- The ID value.
Modemigration.PhaseMode- The Mode value.
Statestring- The State value.
Steps[]MigrationStepStatus- The Steps value.