@a_team/prisma 3.8.4-macos-docker-linux → 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.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +43 -43
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +1 -1
- package/package.json +4 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -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
|
|
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")
|