MDL-11909, putting a unique constrait userid-itemid on grade_grades table

This commit is contained in:
toyomoyo
2007-11-08 01:59:49 +00:00
parent 41b08f2d96
commit f75cf3a13d
3 changed files with 17 additions and 3 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 = 2007101501; // YYYYMMDD = date of the 1.9 branch (don't change)
$version = 2007101502; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3...]
// Y = micro-increments between releases