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