Makes title and uid non-empty for booking references
parent
1fe1130af1
commit
baecd923af
|
@ -234,7 +234,9 @@ model VerificationToken {
|
|||
|
||||
model BookingReference {
|
||||
id Int @id @default(autoincrement())
|
||||
/// @zod.min(1)
|
||||
type String
|
||||
/// @zod.min(1)
|
||||
uid String
|
||||
meetingId String?
|
||||
meetingPassword String?
|
||||
|
|
Loading…
Reference in New Issue