Merge branch 'MDL-70073-master' of git://github.com/peterRd/moodle

This commit is contained in:
Jake Dallimore 2020-11-02 13:57:21 +08:00
commit 7e44e7d2dc

View file

@ -2911,11 +2911,11 @@ function xmldb_main_upgrade($oldversion) {
}
$dbman->drop_field($table, $field);
}
// Main savepoint reached.
upgrade_main_savepoint(true, 2021052500.33);
}
}
if ($oldversion < 2021052500.36) {
// Define table payment_accounts to be created.