fix: merge conflict

This commit is contained in:
zomars 2023-08-11 16:56:38 -07:00
parent 99e9425257
commit 8052e6f6d4

View File

@ -509,7 +509,7 @@ model Payment {
success Boolean
refunded Boolean
data Json
externalId String? @unique
externalId String @unique
paymentOption PaymentOption? @default(ON_BOOKING)
@@index([bookingId])