MDL-29332 versions: Force bump becuase patch ones were matching upstream
This commit is contained in:
+2
-2
@@ -4700,7 +4700,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2015111605.07);
|
||||
}
|
||||
|
||||
if ($oldversion < 2015111606.01) {
|
||||
if ($oldversion < 2015111606.02) {
|
||||
|
||||
// Define index attemptstepid-name (unique) to be dropped from question_attempt_step_data.
|
||||
$table = new xmldb_table('question_attempt_step_data');
|
||||
@@ -4712,7 +4712,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2015111606.01);
|
||||
upgrade_main_savepoint(true, 2015111606.02);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2015111606.01; // 20151116 = branching date YYYYMMDD - do not modify!
|
||||
$version = 2015111606.02; // 20151116 = branching date YYYYMMDD - do not modify!
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user