Skip to content

Migrations View

The Migrations view shows migration state from _mount_migrations, the same source migrate status uses.

  1. Open Studio (mountsqli dev).
  2. Go to the Migrations view.
  • Applied — migrations recorded in _mount_migrations.
  • Pending — on-disk migrations not yet applied.

The view is read-only insight. To act on it, use the CLI:

Terminal window
mountsqli migrate apply # run pending
mountsqli migrate status # same data, in the terminal
  • Use the view to confirm a deploy applied everything before sign-off.
  • Pair with analyze to catch drift.
  • Thinking you can apply from the UI (you can’t — use the CLI).
  • Confusing :memory: state (resets each process) with a file DB.