Files
gbrain/test
SinabinaandClaude Fable 5 2bfbb4104d fix(apply-migrations): stop reporting 'All migrations up to date' while schema is behind (#1530)
The pre-flight detected schema-version drift but only warned; the
orchestrator path then printed 'All migrations up to date.' and exited 0.
Now --yes/--non-interactive runs the schema migrations during the
pre-flight (engine already connected), and interactive runs exit 1 with a
pointer to --yes / --force-schema instead of the false all-clear.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 14:21:57 -07:00
..