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
-
What's Changed
This release is a patch release to fix incompatibilities between the documented MongoDB Prisma Schema and our version. In
v3.10.0
Prisma made some breaking changes to MongoDB schemas, for example:@default(dbgenerated())
with@default(auto())
@db.Array(ObjectId)
with@db.ObjectId
This 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.
Beta Was this translation helpful? Give feedback.
All reactions