[AMOS commit] MDL-41761 statistics should be calculable for last or highest attempts Committed into Git: 2013-09-30 11:05 UTC

[AMOS commit] MDL-41761 statistics should be calculable for last or highest attempts Committed into Git: 2013-09-30 11:05 UTC

by AMOS bot -
Number of replies: 0
Author: Jamie Pratt
MDL-41761 statistics should be calculable for last or highest attempts
as well as for first or all attempts.

This commit drops a database table and then recreates it. This is in
order to be able to have some new columns in the table be NOT NULL with
no default value, which would not be possible if I added fields to an
existing table.

The quiz_statistics table is used for caching calculated values only
and thus we can safely drop it and recreate it.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=6dd9362e84e044a6578b120edd04897cc7fbc1f1
http://github.com/moodle/moodle/commit/6dd9362e84e044a6578b120edd04897cc7fbc1f1

+ 2.6 en [highestattempts,quiz_statistics]
+ 2.6 en [highestattemptsavg,quiz_statistics]
+ 2.6 en [lastattempts,quiz_statistics]
+ 2.6 en [lastattemptsavg,quiz_statistics]
+ 2.6 en [reportsettings,quiz_statistics]