type
MigrationStatus
type MigrationStatus struct {
Name string `json:"name"`
Checksum string `json:"checksum"`
Version uint32 `json:"version"`
Applied bool `json:"applied"`
Phases []MigrationPhaseStatus `json:"phases,omitempty"`
}One immutable artifact relative to the MongoDB ledger.
Source adapters/mongodb/migration_ledger.go:41
Namestring- The Name value.
Checksumstring- The Checksum value.
Versionuint32- The Version value.
Appliedbool- The Applied value.
Phases[]MigrationPhaseStatus- The Phases value.