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
{{ message }}
This repository was archived by the owner on May 8, 2020. It is now read-only.
Migrations should be executable from the cli by jumping up into the server shell via the vantage command.
migrations should be defined in a directory, referenced by a migration service
On login to remote cli, migrations should be checked and notified to the console whether or not any need to be run
Command to run migration should default to dry run, outputting the raw sql, OR run in transaction and user must confirm to commit (probably easier to implement).