MDL-13561 add cmid index to log table to speedup reports that deal with individual activities; merged from MOODLE_19_STABLE

This commit is contained in:
skodak
2008-02-21 09:27:11 +00:00
parent 8e5a25f6f0
commit da4aa3e4bd
3 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007101508.04; // YYYYMMDD = date of the 1.9 branch (don't change)
$version = 2007101508.05; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3...]
// Y = micro-increments between releases