@factor-wise/prisma-schema 2.0.68 → 2.0.69

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factor-wise/prisma-schema",
3
- "version": "2.0.68",
3
+ "version": "2.0.69",
4
4
  "description": "Shared Prisma schema and generated client for Factor Wise projects",
5
5
  "main": "generated/client/index.js",
6
6
  "types": "generated/client/index.d.ts",
@@ -3012,9 +3012,9 @@ model vendor_commission_slabs {
3012
3012
  id Int @id @default(autoincrement())
3013
3013
  vendorId Int @db.UnsignedInt
3014
3014
 
3015
- minLeads Int
3016
- maxLeads Int
3017
- amount Float
3015
+ from Int
3016
+ to Int
3017
+ value Float
3018
3018
  createdAt DateTime @default(now())
3019
3019
  updatedAt DateTime @updatedAt
3020
3020