Pulling Prod Changes to Local Environment
- Make changes to the cloud Supabase dashboard
- Pull changes from the cloud to local environment
supabase db pull
- Push migrations to the local database so you have them in your local environment
supabase migrations up
info
If you're making small, non-destructive changes (e.g. adding a column to a table) this is my recommended approach when making changes to the database