@a_team/prisma 2.1.6 → 2.1.8

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-9aa649dc2e4fab510f14f236112ac4510a9e7fb17cd902521737838889dac6f4",
2
+ "name": "prisma-client-a2668516853f79aed72d345dbace54213073f6d19e067940b47f8e0bf8c2d316",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -447,6 +447,8 @@ model MissionSpecPreFill {
447
447
  updatedAt DateTime @updatedAt
448
448
 
449
449
  user User @relation(fields: [userId], references: [id], name: "user")
450
+
451
+ @@map("missionSpecPreFills")
450
452
  }
451
453
 
452
454
  model RoleCategory {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "keywords": [],
5
5
  "scripts": {
6
6
  "build": "rm -rf ./dist & npm run generate & tsc",