-
Notifications
You must be signed in to change notification settings - Fork 128
Support for Prisma 6 #475
Copy link
Copy link
Open
Labels
communitySomething initiated by the communitySomething initiated by the communityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority:highThis issue is important and will be done firstThis issue is important and will be done first
Metadata
Metadata
Assignees
Labels
communitySomething initiated by the communitySomething initiated by the communityenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority:highThis issue is important and will be done firstThis issue is important and will be done first
Is your feature request related to a problem? Please describe.
Prisma version 6 has been released, which causes this warning:
Bypassing this warning with
SKIP_PRISMA_VERSION_CHECK=trueworks fine for my application, but I don't know if this is the same for everyone.Describe the solution you'd like
For me, just updating the
package.jsonversion should be enough.Describe alternatives you've considered
Additional context
https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6#breaking-changes