@a_team/prisma 3.16.0-macos-docker-linux → 3.16.1-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-bd2bc301e276c5b9083cec60194c74065387d580fc4ec8fae989e52ca48eab4d",
2
+ "name": "prisma-client-99a29bab1cd7740835911da883a20160815b7d304f39a31f7fd4d9d2ce23486a",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -850,7 +850,6 @@ model Mission {
850
850
  contracts Contract[]
851
851
  proposals Proposal[]
852
852
  userReviews UserReview[]
853
- roleHiringCriterias RoleHiringCriteria[]
854
853
 
855
854
  @@unique([roles.id], map: "roles._id_1")
856
855
  @@map("missions")
@@ -1380,9 +1379,6 @@ model RoleHiringCriteria {
1380
1379
  id String @id @default(auto()) @map("_id") @db.ObjectId
1381
1380
  roleId String @db.ObjectId
1382
1381
 
1383
- missionId String @db.ObjectId
1384
- mission Mission @relation(fields: [missionId], references: [mid])
1385
-
1386
1382
  requiredSpecializations String[] @db.ObjectId
1387
1383
  suggestedSpecializations String[] @db.ObjectId
1388
1384
 
@@ -1407,8 +1403,6 @@ model RoleHiringCriteria {
1407
1403
  createdAt DateTime? @default(now()) @db.Date
1408
1404
  updatedAt DateTime? @updatedAt @db.Date
1409
1405
 
1410
- @@unique([missionId, roleId], map: "missionId_1_roleId_1")
1411
- @@index([missionId], map: "missionId_1")
1412
1406
  @@map("roleHiringCriterias")
1413
1407
  }
1414
1408
 
@@ -476,7 +476,6 @@ exports.Prisma.RoleCategoryScalarFieldEnum = {
476
476
  exports.Prisma.RoleHiringCriteriaScalarFieldEnum = {
477
477
  id: 'id',
478
478
  roleId: 'roleId',
479
- missionId: 'missionId',
480
479
  requiredSpecializations: 'requiredSpecializations',
481
480
  suggestedSpecializations: 'suggestedSpecializations',
482
481
  requiredSkills: 'requiredSkills',
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.16.0-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.16.1-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {