sqlx/sqlx-core
sid f41551f3ad 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-11-24 16:04:43 -08:00
..
src reversible migrations for cli 2020-11-24 16:04:43 -08:00
Cargo.toml prepare v0.4.0 2020-11-12 07:46:13 -08:00