-
Bug
-
Resolution: Fixed
-
Critical
-
1.6.4, 1.7.1, 1.8
-
None
-
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
-
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE
Some things seem to be incorrect in the .sql files:
- collate utf8_bin is specified here and there.
- lots of TEXT columns with NOT NULL default ''. If they are optional, must be, simply, TEXT.
- some missing keys