@factor-wise/prisma-schema 2.0.25 → 2.0.26

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.25",
3
+ "version": "2.0.26",
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",
@@ -516,7 +516,7 @@ model collection {
516
516
  orderID String @default("no") @db.VarChar(216)
517
517
  excess_amount String? @db.Text
518
518
  discount_waiver String? @db.Text
519
- discount_waiver_amount String? @db.Text
519
+ discount_waiver_amount Float?
520
520
  refund_utr_no String? @db.VarChar(256)
521
521
  s3key String?
522
522
  collectedByUser lms_users @relation("CollectionCollectedByUser", fields: [collectedBy], references: [userID])