mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-70073-master' of git://github.com/peterRd/moodle
This commit is contained in:
commit
7e44e7d2dc
1 changed files with 3 additions and 3 deletions
|
@ -2911,10 +2911,10 @@ function xmldb_main_upgrade($oldversion) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$dbman->drop_field($table, $field);
|
$dbman->drop_field($table, $field);
|
||||||
|
|
||||||
// Main savepoint reached.
|
|
||||||
upgrade_main_savepoint(true, 2021052500.33);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Main savepoint reached.
|
||||||
|
upgrade_main_savepoint(true, 2021052500.33);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($oldversion < 2021052500.36) {
|
if ($oldversion < 2021052500.36) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue