mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts
This commit is contained in:
parent
a2b286ce17
commit
b764343e5a
121 changed files with 363 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue