From 88d045b168d3d395c24f008f9a95b981870859ff Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Tue, 3 Oct 2017 07:26:58 +0200 Subject: [PATCH] add new fields to course --- config/models | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/models b/config/models index 1cf4aca..f15e41a 100644 --- a/config/models +++ b/config/models @@ -104,5 +104,7 @@ WorkingOn UniqueWorkingOnAchievementUser achievement user Course name Text + code Text Maybe + closed Bool Maybe UniqueCourseName name -- By default this file is used in Model.hs (which is imported by Foundation.hs)