Crate assert_migrator_reversible
source · [−]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 of assert_migrator_reversible
.Returns the index of the first migration it can find, which is not
reversible.
This is an
async
version of find_index_of_non_reversible_migration
.