Expand description
Doctor check: ensures projects with migrations have a PRE_DEPLOY migrate
job configured in .do/app.yaml. Prevents the failure mode where a deploy
starts with a stale schema because the runtime migration runner swallowed
the error.
Structsยง
- Migrate
Gate Check - Migrate-gate check: errors if migrations exist but no PRE_DEPLOY migrate
job is configured in
.do/app.yaml.