RFC 697: Run schema+data migrations over multiple versions in the `migrator`
Created by: efritz
See RFC 697: Multiple version upgrades.
Add a subcommand to the migrator service that interleaves the application of schema and out-of-band migrations. An initial implementation of this behavior can be as simple as migrator upgrade {target_version}
.