mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-69166 core: Fix upgrade step savepoint
This commit is contained in:
parent
931f36ce15
commit
d5be288740
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user