fix: make migration idempotent again

This commit is contained in:
Gregor Kleen 2019-09-25 17:43:23 +02:00
parent 7a2b972f9f
commit 977840446e

View File

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