Hatchbox automatically runs migrations (rails db:migrate) if:
- You have a server with the "Cron" role
- Your app has a "rails db:migrate" task
To disable Rails migrations, you can add an environment variable "HATCHBOX_SKIP_MIGRATE=1" and the rails db:migrate task will not be run during deploy.