Skip to content
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

Merged
merged 2 commits into from
Sep 3, 2024
Merged

feat: update Prisma schema #9099

merged 2 commits into from
Sep 3, 2024

Conversation

dpaulos6
Copy link
Contributor

@dpaulos6 dpaulos6 commented Sep 2, 2024

Description

referentialIntegrity = "prisma" is deprecated, the latest feature is relationMode = "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)

@dpaulos6 dpaulos6 requested a review from a team as a code owner September 2, 2024 14:22
@turbo-orchestrator turbo-orchestrator bot added area: examples Improvements or additions to examples needs: triage New issues get this label. Remove it after triage owned-by: turborepo labels Sep 2, 2024
Copy link

vercel bot commented Sep 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 3, 2024 6:31pm

Copy link

vercel bot commented Sep 2, 2024

@dpaulos6 is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@ijjk
Copy link
Member

ijjk commented Sep 3, 2024

Allow CI Workflow Run

  • approve CI run for commit: c4e6373

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Copy link
Member

@chris-olszewski chris-olszewski left a 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!

@chris-olszewski chris-olszewski merged commit e3468ce into vercel:main Sep 3, 2024
35 checks passed
@dpaulos6
Copy link
Contributor Author

dpaulos6 commented Sep 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: examples Improvements or additions to examples needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants