Skip to main content

apply_seed_plan

Function apply_seed_plan 

Source
pub async fn apply_seed_plan(
    pool: &PgPool,
    project_root: &Path,
    plan: &SeedPlan,
) -> Result<(), PostgresError>