interface

MigrationReadinessStore

type MigrationReadinessStore interface { ReadyWithMigrationHistory(context.Context, schema.Manifest, string) error }

Verify the complete applied migration ledger against executable history.

Source store/store.go:418

ReadyWithMigrationHistoryfunc(context.Context, schema.Manifest, string) error
The ReadyWithMigrationHistory value.

The string is the exact ordered artifact-history fingerprint embedded by ridu build. Official adapters implement this stronger production contract in addition to ReadinessStore.