Add schema syncing across Neon DB branches#413
Closed
gt-codes wants to merge 1 commit intovercel:mainfrom
Closed
Conversation
Contributor
|
@gt-codes is attempting to deploy a commit to the Hayden Bleasel Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
Looks great! We might need to update the documentation:
|
haydenbleasel
added a commit
that referenced
this pull request
Mar 9, 2026
Merged
pull bot
pushed a commit
to akadop/next-forge
that referenced
this pull request
Mar 13, 2026
* Update root deps * Fix root commands * Run fix * Switch from auto to changesets * Resolves vercel#668 * Migrate to Bun runtime * Resolves vercel#683 * Add missing deps * Update package.json * Bump deps * Build fixes * Fix lockfile * Update prisma.config.ts * Resolves vercel#678 * For vercel#682 * Resolves vercel#591 * Update route.ts * Update route.ts * Fix docs package.json * Update Sentry * Resolves vercel#578 * Remove dotenv * Resolves vercel#682, resolves vercel#590, resolves vercel#293 * Update Geistdocs, resolves vercel#685 * Remove unused shadcn/ui components * Fix docs links, for vercel#621 * Resolves vercel#621, resolves vercel#647 * Resolves vercel#486 * Resolves vercel#471 * Add skill, resolves vercel#454 * Add new frontmatter metadata * Resolves vercel#179, resolves vercel#273 * Resolves vercel#382, resolves vercel#413 * Resolves vercel#372 * Update migration guides * Resolves vercel#483 * Resolves vercel#366 * Use nypm for package manager logic * Resolves vercel#242 * Update package.json * Resolves vercel#451 * Remove changesets * Run linter/formatter * Revert to shipit * Misc docs fixes * Add dotenv * Add branch support to init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Currently things in next-forge are set to yolo push which doesn't really align with the recommended approach. Here, we take advantage of GitHub Actions to sync changes across newly created Neon branches (thanks to the ▲Vercel <> Neon Marketplace Integration). The flow is simple:
pnpm migratepackages/database/prisma/migrations_prisma_migrationstable (you won't have this if you created a new project) and properly initialize or update your production db.Related Issues
Closes #382
Checklist
Screenshots (if applicable)