pub async fn apply_migrations<M: MigratorTrait>(url: &str)Expand description
Run each migration’s up (for tests). Prefer unique [MigrationName]s so
MigratorTrait::up / migrate CLI also work on composed migrators.
pub async fn apply_migrations<M: MigratorTrait>(url: &str)Run each migration’s up (for tests). Prefer unique [MigrationName]s so
MigratorTrait::up / migrate CLI also work on composed migrators.