Workflow for getting your DB schema into production when using separate databases
Let's say I use separate databases in development and production.
How do you push your schema changes into your production DB? Do you just run
How do you push your schema changes into your production DB? Do you just run
push or migrate after pulling the latest code from GitHub?