chore(fill): change tutorial template type
This commit is contained in:
parent
67f8ef7540
commit
a5dff16d35
@ -1027,7 +1027,7 @@ fillDb = do
|
|||||||
insert_ Tutorial
|
insert_ Tutorial
|
||||||
{ tutorialName = mkName "Vorlage"
|
{ tutorialName = mkName "Vorlage"
|
||||||
, tutorialCourse = c
|
, tutorialCourse = c
|
||||||
, tutorialType = "Schulung"
|
, tutorialType = "Vorlage___Schulung"
|
||||||
, tutorialCapacity = capacity
|
, tutorialCapacity = capacity
|
||||||
, tutorialRoom = Just $ case weekDay of
|
, tutorialRoom = Just $ case weekDay of
|
||||||
Monday -> "A380"
|
Monday -> "A380"
|
||||||
|
|||||||
Reference in New Issue
Block a user