Loop
- Goal
- all database migrations apply cleanly
- Exit when
- migrate status shows no pending failures
Check between iterations
npx prisma migrate status
$
Kickoff prompt
Start the "Migration Until Applied" loop.
Goal: all database migrations apply cleanly
Max iterations: 6
Between iterations run: npx prisma migrate status
Exit when: migrate status shows no pending failures
Step 1: Run database migrations, fix schema issues, and loop until migrations apply cleanly in dev.
›