Skip to main content

run_migrate_custom

Function run_migrate_custom 

Source
pub async fn run_migrate_custom(
    db_conf: DatabaseConfig,
    migration_dir: String,
    log_sql: bool,
    apply_until: Option<u16>,
) -> Result<()>
Expand description

Applies migrations on the given database with a given driver