MDL-69166 core: Fix upgrade step savepoint

This commit is contained in:
Andrew Nicols 2020-10-27 13:12:59 +08:00
parent 931f36ce15
commit d5be288740

View File

@ -2917,7 +2917,7 @@ function xmldb_main_upgrade($oldversion) {
}
}
if ($oldversion < 2021052500.33) {
if ($oldversion < 2021052500.36) {
// Define table payment_accounts to be created.
$table = new xmldb_table('payment_accounts');