Added booking logs to keep track of cancelled bookings and no shows
This commit is contained in:
@@ -101,6 +101,11 @@ export type CourtPriceRule = Prisma.CourtPriceRuleModel
|
||||
*
|
||||
*/
|
||||
export type CourtBooking = Prisma.CourtBookingModel
|
||||
/**
|
||||
* Model CourtBookingLog
|
||||
*
|
||||
*/
|
||||
export type CourtBookingLog = Prisma.CourtBookingLogModel
|
||||
/**
|
||||
* Model OnboardingRequest
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user