Migrate db in Production fly.io
Given that I have a wasp app I deployed to fly.io, what are the steps I need to do to make sure changes to entity schemas are reflected in Production database?
Additional questions:
Additional questions:
- Has anyone deployed db changes to an already deployed app and can share common pitfalls?
- Is there a wasp db migrate-dev equivalent such as wasp db migrate-prod?