@factor-wise/prisma-schema 2.0.93 → 2.0.94

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factor-wise/prisma-schema",
3
- "version": "2.0.93",
3
+ "version": "2.0.94",
4
4
  "description": "Shared Prisma schema and generated client for Factor Wise projects",
5
5
  "main": "generated/client/index.js",
6
6
  "types": "generated/client/index.d.ts",
@@ -1079,7 +1079,7 @@ model facebook_lead {
1079
1079
 
1080
1080
  model face_comparison {
1081
1081
  id Int @id @default(autoincrement())
1082
- leadID Int
1082
+ leadID Int?
1083
1083
  customerID Int
1084
1084
  sourceImage String @db.VarChar(255)
1085
1085
  targetImage String @db.VarChar(255)