-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.0.4
-
None
-
2022083107
-
MOODLE_400_STABLE
Due to database collation, in db\upgrade.php the DELETE statement on line 734 and SELECT statement on line 741 fail while upgrading to 2022083107. The id column in "WHERE ID" needs to be lowercase on lines 735 and 743.