mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-19350 upgrade review - adding missing savepoints to main upgrade.
This commit is contained in:
parent
fa7640f3f0
commit
a54e16380e
@ -120,6 +120,8 @@ function xmldb_main_upgrade($oldversion) {
|
||||
set_config('defaultuserroleid', null);
|
||||
}
|
||||
}
|
||||
/// Main savepoint reached
|
||||
upgrade_main_savepoint($result, 2008051200);
|
||||
}
|
||||
|
||||
if ($result && $oldversion < 2008051201) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user