You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.