sqlx/sqlx-core
sid 0921df44c1
reversible migrations for cli
- adds a -r flag whihc will create a reversible migration
- add revert subcommand, which reverts the last migration
- add --dry-run flag to migration run command, which list the migrations that will be applied
- updates add migration to check if all migration are of same type, i.e cannot mix and match reversible and simple migrations
2020-12-18 21:32:08 -08:00
..
src reversible migrations for cli 2020-12-18 21:32:08 -08:00
Cargo.toml Add support for git2::Oid (under the git2 feature flag) 2020-11-21 14:32:29 -08:00