Enums§
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 ofassert_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 offind_index_of_non_reversible_migration
.