N
Neon8mo ago
deep-jade

Vercel integration and migrations

When I migrate my vercel-dev branch (that I use for local testing) using drizzle-kit migrate and then deploy to production, will my main neon branch get migrated as well or do I have to manually change something? Im confused on the process of how to sync the migration of my production db branch with my app's deployments. Thank you for any advice!!
1 Reply
constant-blue
constant-blue8mo ago
@RickRyan26 The main branch does not automatically sync with vercel-dev branch, you have to explicitly run the migration script on production branch during app deployment.

Did you find this page helpful?