-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: update Prisma schema #9099
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@dpaulos6 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
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.
Thanks for the update!
No worries, i also believe i have a slightly better version of the client.ts but im not sure. will soon make a PR with it to see what u guys think |
Description
referentialIntegrity = "prisma"
is deprecated, the latest feature isrelationMode = "prisma"
.Also since
"referentialIntegrity"
is deprecated, preview feature functionality can be used without specifying it.Testing Instructions
Didn't do any testing steps, i just saw this warning as i'm setting up my own monorepo and decided to update your example aswell. (should not mess anything up, based on https://pris.ly/d/relation-mode)