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 Sep 30, 2024. It is now read-only.
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}.
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}.