method
Store.ReadyWithMigrationHistory
func (backend *Store) ReadyWithMigrationHistory(
ctx context.Context,
manifest schema.Manifest,
expectedHistoryDigest string,
) errorProve ordinary readiness and exact agreement with executable migration history.
Source adapters/sqlite/sqlite.go:326
Compares every ordered ledger filename and artifact digest with the fingerprint embedded by ridu build inside the readiness read transaction.