Crate assert_migrator_reversible
source ·Enums
Functions
- Runs a given
Migrator
against a new database. It’s migrations will be run up and down in series. - This is an
async
version ofassert_migrator_reversible
. - Returns the index of the first migration it can find, which is not reversible.
- This is an
async
version offind_index_of_non_reversible_migration
.