Skip to main content

apply_migration_set

Function apply_migration_set 

Source
pub async fn apply_migration_set(
    pool: &PgPool,
    project_root: &Path,
    set: &MigrationSet,
) -> Result<(), PostgresError>