@factor-wise/prisma-schema 2.0.12 → 2.0.13

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.12",
3
+ "version": "2.0.13",
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",
@@ -2319,9 +2319,9 @@ model disbursement_requests {
2319
2319
  performed_by BigInt?
2320
2320
  payload Json?
2321
2321
  response Json?
2322
- loan loan @relation(fields: [loanId], references: [id])
2323
- updated_at DateTime? @default(now()) @db.Timestamp(0)
2324
- created_at DateTime? @default(now()) @db.Timestamp(0)
2322
+ loan loan @relation(fields: [loanId], references: [id])
2323
+ updated_at DateTime? @default(now()) @db.Timestamp(0)
2324
+ created_at DateTime? @default(now()) @db.Timestamp(0)
2325
2325
  }
2326
2326
 
2327
2327
  enum usersgoogle_oauth_provider {