MDL-53176 grades: Adding index to improve history search

Backport of MDL-50385
This commit is contained in:
Eric Merrill
2016-03-10 12:00:45 -05:00
parent 0fa77a0fb6
commit be7a01b355
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2015051104.11; // 20150511 = branching date YYYYMMDD - do not modify!
$version = 2015051104.12; // 20150511 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.