fix: run migrations during dev deployment #15
Reference in New Issue
Block a user
Delete Branch "feature/state-corp-dev-migrate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dev Compose disables automatic migrations and uses a separate migration service. The deploy workflow recreated application containers but did not run migrations, leaving the database schema stale after a code deploy.
This adds the documented one-off Django migration step after a successful dev deployment.
Validated: YAML parsed with Ruby/Psych; the migration command was executed successfully on the dev stand.