mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Seats holding, booking, blocking inconsistencies resolution
This commit is contained in:
@@ -1312,6 +1312,7 @@ model NotificationTemplate {
|
||||
model SeatBlock {
|
||||
id String @id @default(uuid())
|
||||
seatId String
|
||||
scheduleId String?
|
||||
reason String
|
||||
blockedBy String
|
||||
approvedBy String?
|
||||
@@ -1320,6 +1321,7 @@ model SeatBlock {
|
||||
seat Seat @relation(fields: [seatId], references: [id])
|
||||
|
||||
@@index([seatId])
|
||||
@@index([scheduleId])
|
||||
@@schema("passenger")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user