@creator.co/creatorco-prisma-client 1.0.71 → 1.0.72

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
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "./*": "./*"
81
81
  },
82
- "version": "1.0.71",
82
+ "version": "1.0.72",
83
83
  "sideEffects": false,
84
84
  "description": "Prisma client for creatorco Database"
85
85
  }
package/schema.prisma CHANGED
@@ -1247,6 +1247,7 @@ model CreatorListItem {
1247
1247
  sequenceInboundEmails SequenceInboundEmail[]
1248
1248
  sequenceImapCheckpoints SequenceImapCheckpoint[]
1249
1249
 
1250
+ @@unique([creatorListId, socialProfileId])
1250
1251
  @@index([creatorListId])
1251
1252
  @@map("creatorlistitem")
1252
1253
  }