From a4b2af7f157444ead8c9df989741b266f7c2b4f2 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 14 Dec 2023 11:10:21 +0100 Subject: [PATCH] fix(build): while the blank is necessary to prevent unnecessary migrations, it is not allowed either, see #133 --- models/schools.model | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/schools.model b/models/schools.model index 48da3d74a..715a43508 100644 --- a/models/schools.model +++ b/models/schools.model @@ -10,8 +10,8 @@ School json examMinimumRegisterBeforeStart NominalDiffTime Maybe examMinimumRegisterDuration NominalDiffTime Maybe examRequireModeForRegistration Bool default=false - examDiscouragedModes ExamModeDNF default='{"dnf-terms": []}' -- This comment fixes syntax highlighting error only " - examCloseMode ExamCloseMode default='separate' + examDiscouragedModes ExamModeDNF + examCloseMode ExamCloseMode default='separate' sheetAuthorshipStatementMode SchoolAuthorshipStatementMode default='optional' sheetAuthorshipStatementDefinition AuthorshipStatementDefinitionId Maybe sheetAuthorshipStatementAllowOther Bool default=true