MDL-25948 upgrade: Avoid overlaping with weeklies

This commit is contained in:
Eloy Lafuente (stronk7)
2012-11-09 19:02:06 +01:00
parent 30b9d52d78
commit 23a6a67140
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7165,7 +7165,7 @@ FROM
upgrade_main_savepoint(true, 2011120504.12);
}
if ($oldversion < 2011120505.08) {
if ($oldversion < 2011120505.09) {
// Issue with Moodle version < 1.7 using postgres having null values in the user table.
if ($DB->get_dbfamily() === 'postgres') {
// Array to store columns we may need to change.
@@ -7244,7 +7244,7 @@ FROM
}
// Main savepoint reached.
upgrade_main_savepoint(true, 2011120505.08);
upgrade_main_savepoint(true, 2011120505.09);
}
return true;
+1 -1
View File
@@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2011120505.08; // 20111205 = branching date YYYYMMDD - do not modify!
$version = 2011120505.09; // 20111205 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches
// .XX = incremental changes