Crate assert_migrator_reversible

Source

Enums§

DbConnection

Functions§

assert_migrator_reversible
Runs a given Migrator against a new database. It’s migrations will be run up and down in series.
assert_migrator_reversible_async
This is an async version of assert_migrator_reversible.
find_index_of_non_reversible_migration
Returns the index of the first migration it can find, which is not reversible.
find_index_of_non_reversible_migration_async
This is an async version of find_index_of_non_reversible_migration.