MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts

This commit is contained in:
Eloy Lafuente (stronk7) 2020-06-14 13:08:09 +02:00
parent a2b286ce17
commit b764343e5a
121 changed files with 363 additions and 0 deletions

View file

@ -41,5 +41,8 @@ function xmldb_tool_cohortroles_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2020020600, 'tool', 'cohortroles');
}
// Automatically generated Moodle v3.9.0 release upgrade line.
// Put any upgrade step following this.
return true;
}