Makes title and uid non-empty for booking references

pull/4940/head
zomars 2022-10-10 21:33:38 -06:00
parent 1fe1130af1
commit baecd923af
1 changed files with 2 additions and 0 deletions

View File

@ -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?