@a_team/prisma 3.8.4-win → 3.8.5-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-0a1082e11a6a63786bf4287e8d3719c1363b44b3c86a914610018880b056ae20",
2
+ "name": "prisma-client-8fec205c726c656483ec03d7e80b5355c44c0cdcc93ebcb8f7341cb04b638146",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1004,7 +1004,7 @@ model User {
1004
1004
  firstName String?
1005
1005
  lastName String?
1006
1006
  username String? @unique(map: "username_1")
1007
- email String? @unique(map: "email_1")
1007
+ email String @unique(map: "email_1")
1008
1008
  isAdmin Boolean @default(false)
1009
1009
  createdMissionsModels Mission[] @relation("creator")
1010
1010
  ownedMissionsModels Mission[] @relation("ownerModel")
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.4-win",
3
+ "version": "3.8.5-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],