Set seatsShowAttendees to false (#6025)
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "EventType" ALTER COLUMN "seatsShowAttendees" SET DEFAULT false;
|
||||
@@ -68,7 +68,7 @@ model EventType {
|
||||
beforeEventBuffer Int @default(0)
|
||||
afterEventBuffer Int @default(0)
|
||||
seatsPerTimeSlot Int?
|
||||
seatsShowAttendees Boolean?
|
||||
seatsShowAttendees Boolean? @default(false)
|
||||
schedulingType SchedulingType?
|
||||
schedule Schedule? @relation(fields: [scheduleId], references: [id])
|
||||
scheduleId Int?
|
||||
|
||||
Reference in New Issue
Block a user