Skip to main content

apply_module_migration

Function apply_module_migration 

Source
pub async fn apply_module_migration(
    pool: &PgPool,
    name: &str,
    artifact_digest: &str,
    sql: &str,
) -> AppResult<()>