@creator.co/creatorco-prisma-client 1.0.61 → 1.0.63

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.61",
82
+ "version": "1.0.63",
83
83
  "sideEffects": false,
84
84
  "description": "Prisma client for creatorco Database"
85
85
  }
package/schema.prisma CHANGED
@@ -1659,4 +1659,5 @@ model File {
1659
1659
  brandContract BrandContract?
1660
1660
 
1661
1661
  @@index([brandId])
1662
+ @@map("file")
1662
1663
  }