@javalabs/prisma-client 1.0.8 → 1.0.9
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
package/prisma/schema.prisma
CHANGED
|
@@ -198,7 +198,7 @@ model manual_payments {
|
|
|
198
198
|
amount Decimal @db.Decimal(10, 2)
|
|
199
199
|
currency String @db.VarChar(10)
|
|
200
200
|
bank_transaction_id String? @db.VarChar(255)
|
|
201
|
-
receipt_image_url String? @db.
|
|
201
|
+
receipt_image_url String? @db.Text
|
|
202
202
|
notes String?
|
|
203
203
|
status enum_transaction_status @default(pending)
|
|
204
204
|
admin_notes String?
|