How can I migrate from legacy Prisma to non-legacy Prisma #2958
Unanswered
leoyli-headsup
asked this question in
Help
Replies: 1 comment 2 replies
-
v4 is in fact much more flexible, but more simple at the same time. https://next-auth.js.org/getting-started/upgrade-v4 just rename the required fields shown in the docs above, anything else should just work™. Tell me how it goes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm currently using the built-in prisma which is considered as legacy. What I want to know is how can we migrate to v4 in this case? v4 seems don't allow us to map our existing schema. Or I have to write a custom adaptor in this case? Tx!
Beta Was this translation helpful? Give feedback.
All reactions