@creator.co/creatorco-prisma-client 1.0.82-alpha-64cbbc1 → 1.0.82

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
@@ -92,7 +92,7 @@
92
92
  },
93
93
  "./*": "./*"
94
94
  },
95
- "version": "1.0.82-alpha-64cbbc1",
95
+ "version": "1.0.82",
96
96
  "sideEffects": false,
97
97
  "description": "Prisma client for creatorco Database"
98
98
  }
package/schema.prisma CHANGED
@@ -1333,7 +1333,7 @@ model SocialProfileContact {
1333
1333
 
1334
1334
  socialProfile SocialProfile @relation(fields: [socialProfileId], references: [id], onDelete: Cascade)
1335
1335
 
1336
- @@id([type, value])
1336
+ @@id([type, value, socialProfileId])
1337
1337
  @@map("social_profile_contact")
1338
1338
  }
1339
1339