@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/edge.js +5 -5
- package/index.d.ts +4 -3
- package/index.js +5 -5
- package/package.json +1 -1
- package/schema.prisma +1 -1
package/package.json
CHANGED
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
|
|