@creator.co/creatorco-prisma-client 1.0.51-alpha-c446596 → 1.0.52
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 +4 -4
- package/index.js +4 -4
- package/package.json +1 -1
- package/schema.prisma +2 -0
package/package.json
CHANGED
package/schema.prisma
CHANGED
|
@@ -1306,6 +1306,8 @@ model CJEvent {
|
|
|
1306
1306
|
user User @relation(fields: [userId], references: [id])
|
|
1307
1307
|
brand Brand? @relation(fields: [brandId], references: [id])
|
|
1308
1308
|
optIn OptIn? @relation(fields: [optInId], references: [id])
|
|
1309
|
+
|
|
1310
|
+
@@map("cjevent")
|
|
1309
1311
|
}
|
|
1310
1312
|
|
|
1311
1313
|
model ShareASaleEvent {
|