mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
MDL-70073 badges: Fix the master upgrade savepoint
This commit is contained in:
parent
58ba94a729
commit
df177126af
@ -2911,10 +2911,10 @@ function xmldb_main_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
$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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user