fix: syntax
This commit is contained in:
parent
d79dca6be9
commit
7afd569eaa
@ -527,7 +527,7 @@ customMigrations = Map.fromListWith (>>)
|
|||||||
, whenM (tableExists "exam") $ do
|
, whenM (tableExists "exam") $ do
|
||||||
oldVersion <- columnExists "exam" "grading_key"
|
oldVersion <- columnExists "exam" "grading_key"
|
||||||
if
|
if
|
||||||
| oldVersion ->
|
| oldVersion -> do
|
||||||
-- Major changes happend to the structure of exams without appropriate
|
-- Major changes happend to the structure of exams without appropriate
|
||||||
-- migration, try to remedy that here
|
-- migration, try to remedy that here
|
||||||
tableDropEmpty "exam_part_corrector"
|
tableDropEmpty "exam_part_corrector"
|
||||||
|
|||||||
Reference in New Issue
Block a user