This purpose of this task is to fix the SCORM releated database discrepancies between a fresh install of Moodle 2.0 and an upgraded site.
scorm
- forcecompleted in 1.9 is tinyint(1) DEFAULT '0', in 2.0 bigint(10) NOT NULL DEFAULT '1',
- forcenewattempt, lastattemptlock, displayattemptstatus, displaycoursestructure in 2.0 is NOT NULL, 1.9 is not.
- has been marked as being related by
-
MDL-26361 Moodle 2.0 to 2.0.1+ upgrade error on SCORM
-
- Closed
-