@a_team/prisma 3.28.3-macos-docker-linux → 3.28.4-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 -4
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.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
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -2298,7 +2298,7 @@ model VettingProcess {
|
|
|
2298
2298
|
userId String? @map("user") @db.ObjectId
|
|
2299
2299
|
user User? @relation("userVettingProcesses", fields: [userId], references: [id])
|
|
2300
2300
|
/// The vetter/interviewer (optional, assigned later)
|
|
2301
|
-
vetterId String? @db.ObjectId
|
|
2301
|
+
vetterId String? @map("vetter") @db.ObjectId
|
|
2302
2302
|
vetter User? @relation("vetterVettingProcesses", fields: [vetterId], references: [id])
|
|
2303
2303
|
status VettingProcessStatus
|
|
2304
2304
|
vettingType VettingType
|