Skip to main content

Module migrate_gate

Module migrate_gate 

Source
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ยง

MigrateGateCheck
Migrate-gate check: errors if migrations exist but no PRE_DEPLOY migrate job is configured in .do/app.yaml.