pub async fn run_migrate_custom( db_conf: DatabaseConfig, migration_dir: String, log_sql: bool, apply_until: Option<u16>, ) -> Result<()>
Applies migrations on the given database with a given driver