This repository was archived by the owner on Apr 15, 2025. It is now read-only.
v0.6.3 #330
RobertCraigie
started this conversation in
General
v0.6.3
#330
Replies: 0 comments
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.
What's Changed
This release is a patch release to fix incompatibilities between the documented MongoDB Prisma Schema and our version. In
v3.10.0Prisma made some breaking changes to MongoDB schemas, for example:@default(dbgenerated())with@default(auto())@db.Array(ObjectId)with@db.ObjectIdThis caused some confusion as following an official Prisma guide in their documentation resulted in an error (#326).
Bug Fixes
This discussion was created from the release v0.6.3.
All reactions