-
Notifications
You must be signed in to change notification settings - Fork 12
Prisma upgrade #204
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
Prisma upgrade #204
Conversation
…lity can be used without specifying it as a preview feature.
|
How is the type
generated? Or what magic is this? Solved it by 1c76246 |
|
I cannot get past
After removing the lock file from migrations folder, next issue arrives:
|
|
@paazmaya those types are generated from schema file do you think it's possible to migrate already existing data in DB? |
|
@pashidlos do you mean removing everything under I am looking to continue by upgrading to Prisma v4, and it might be easier without the legacy migration files... |
|
Continuing in #206 |
#200 lets see how to get this started...
So far just upgraded to v3 and formatted schemas to see if the tools can update, but putting this out here to get some visibility and possible direction.
Should there be a migration schema that removes this preview feature?