@a_team/prisma 3.28.2-macos-docker-linux → 3.28.3-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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-99391babc8e8a9f46968b159801ad7782b5f827085d8e553e74ea350cab01cb6",
2
+ "name": "prisma-client-30e70817d53269e9ef793ec7c1aab6062be12473ed138122f599b27d0bd21c69",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -2295,7 +2295,7 @@ model Vetter {
2295
2295
  model VettingProcess {
2296
2296
  id String @id @default(auto()) @map("_id") @db.ObjectId
2297
2297
  /// The user being vetted (nullable for legacy data compatibility)
2298
- userId String? @db.ObjectId
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
2301
  vetterId String? @db.ObjectId
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.28.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.28.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {