Skip to content

v1.85.1

Choose a tag to compare

@MichaelSowah MichaelSowah released this 12 Sep 06:07
· 53 commits to main since this release
1e67ecf

[1.85.1] - 2026-09-12 — Alphard

Fixed

  • migrate:run adopts previous sources even when nothing is pending. The command returned
    at "No pending migrations found" before the adoption step ever ran, so a database whose rows
    were recorded under a lane's previous source names stayed that way until some other migration
    arrived. MigrationManager::adoptPreviousSources() is public and the run command calls it
    first (never in a dry run); every migration run still adopts before it starts.