mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
merged fix for MDL-11909, putting a unique constraint userid-itemid on grade_grades table
This commit is contained in:
parent
2eb467b3b5
commit
1dda50ea08
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
$version = 2007101502; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '2.0 dev'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue