@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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-69eeb8a643cb974e5aa9062c036caa07f3920b4cc06315d5cef863e6dd5848a6",
2
+ "name": "prisma-client-d1dab1f03dfc274db3cca9c68b66aeeb5c1ae6ecfd44ba16f4e863d76ce0ca04",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -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
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.2.8-macos",
4
- "os": [],
3
+ "version": "3.2.9-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "scripts": {