@a_team/prisma 3.24.0-win → 3.24.1-linux-debian

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-7fbd37507499da02842a17217bb3db581c5652d155e0e6232de3a81ee16cd851",
2
+ "name": "prisma-client-76ce209c5c1c2c9a36f6c3cea20f69904484b375423b06a912b55b0bbe4bbbe4",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1812,7 +1812,6 @@ model Transcript {
1812
1812
  mtgSessionId String?
1813
1813
  error String?
1814
1814
  /// @private - Internal field for tracking data migrations applied to this record
1815
- migrations String[]
1816
1815
  createdAt DateTime @default(now()) @db.Date
1817
1816
  updatedAt DateTime @updatedAt @db.Date
1818
1817
 
@@ -601,7 +601,6 @@ exports.Prisma.TranscriptScalarFieldEnum = {
601
601
  shortDuration: 'shortDuration',
602
602
  mtgSessionId: 'mtgSessionId',
603
603
  error: 'error',
604
- migrations: 'migrations',
605
604
  createdAt: 'createdAt',
606
605
  updatedAt: 'updatedAt'
607
606
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.24.0-win",
3
+ "version": "3.24.1-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],