-
Notifications
You must be signed in to change notification settings - Fork 862
chore: Getting started improvements #4757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This PR changes the following pages (Vercel Preview Deploy links): Changed Vercel links
(Note that links will only be valid after Vercel preview deploy succeeded) |
|
This PR probably requires the following redirects to be added to vercel.json:
|
nikolasburk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, I had one minor question but I think this should be good to be merged
...ing-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client.mdx
Outdated
Show resolved
Hide resolved
|  | ||
|
|
||
| Whenever you update your Prisma schema, you will have to update your database schema using either `prisma migrate dev` or `prisma db push`. This will keep your database schema in sync with your Prisma schema. The commands will also regenerate Prisma Client to update your Prisma Client API. | ||
| Whenever you update your Prisma schema, you will have to update your database schema using either `prisma migrate dev` or `prisma db push`. This will keep your database schema in sync with your Prisma schema. The commands will also regenerate Prisma Client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The information that this updates the Prisma Client API to match the Prisma schema is relevant, I don't think we can assume people understand that intuitively.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔
I'll include that in another PR.
Uh oh!
There was an error while loading. Please reload this page.