From 977840446e5a9b5836c6f7370c6134b144b8902e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 25 Sep 2019 17:43:23 +0200 Subject: [PATCH] fix: make migration idempotent again --- models/courses | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/courses b/models/courses index 758f6980d..260c4254f 100644 --- a/models/courses +++ b/models/courses @@ -20,7 +20,7 @@ Course -- Information about a single course; contained info is always visible applicationsRequired Bool default=false applicationsInstructions Html Maybe applicationsText Bool default=false - applicationsFiles UploadMode "default='{ \"mode\": \"no-upload\" }'::jsonb" + applicationsFiles UploadMode "default='{\"mode\": \"no-upload\"}'::jsonb" applicationsRatingsVisible Bool default=false TermSchoolCourseShort term school shorthand -- shorthand must be unique within school and semester TermSchoolCourseName term school name -- name must be unique within school and semester