chore: make examOccurrenceCapacity optional
This commit is contained in:
parent
75c0c459ac
commit
9ce54efd28
@ -35,7 +35,7 @@ ExamOccurrence
|
|||||||
name ExamOccurrenceName
|
name ExamOccurrenceName
|
||||||
room RoomReference Maybe
|
room RoomReference Maybe
|
||||||
roomHidden Bool default=false
|
roomHidden Bool default=false
|
||||||
capacity Word64
|
capacity Word64 Maybe
|
||||||
start UTCTime
|
start UTCTime
|
||||||
end UTCTime Maybe
|
end UTCTime Maybe
|
||||||
description StoredMarkup Maybe
|
description StoredMarkup Maybe
|
||||||
@ -79,4 +79,4 @@ ExamPartCorrector
|
|||||||
ExamOfficeSchool
|
ExamOfficeSchool
|
||||||
school SchoolId
|
school SchoolId
|
||||||
exam ExamId
|
exam ExamId
|
||||||
UniqueExamOfficeSchool exam school
|
UniqueExamOfficeSchool exam school
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user