sqlx/sqlx-core
Ameer Ghani 84f21e99ef
cli: add --target-version CLI flags for migrate run/revert (#2538)
* cli: add --target-version CLI flags for migrate run/revert

* cli: fix broken test

* cli: test harness for `sqlx migrate` along with --target-version tests

* cli: Fail if version supplied to run/revert is too old/new

After some discussion with my coworkers, we thought about the behavior a bit more:

The behavior is now that for a run, if the provided version is too old, the CLI
will return with failure rather than being a no-op. This gives feedback to the
operator instead of being quiet.

It is still valid to up/downgrade to the latest version, this will still be a no-op
to allow for idempotency.
2023-07-31 12:49:53 -07:00
..
src cli: add --target-version CLI flags for migrate run/revert (#2538) 2023-07-31 12:49:53 -07:00
Cargo.toml Bump webpki-roots to v0.24 (#2597) 2023-07-08 12:42:32 -07:00