@a_team/prisma 3.2.8-macos → 3.2.9-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/edge.js +4 -8
- package/dist/client/index.d.ts +2 -2
- package/dist/client/index.js +6 -14
- package/dist/client/{libquery_engine-darwin-arm64.dylib.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +1 -1
- package/package.json +4 -2
- package/dist/client/libquery_engine-darwin.dylib.node +0 -0
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -363,7 +363,7 @@ enum MissionRoleStatus {
|
|
|
363
363
|
|
|
364
364
|
model MissionPrefill {
|
|
365
365
|
id String @id @default(auto()) @map("_id") @db.ObjectId
|
|
366
|
-
userId String @db.ObjectId
|
|
366
|
+
userId String @unique @db.ObjectId
|
|
367
367
|
missionName String?
|
|
368
368
|
plannedStart String?
|
|
369
369
|
companyDescription String?
|
package/package.json
CHANGED
|
Binary file
|