mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +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
|
@ -102,5 +102,8 @@ function xmldb_tool_moodlenet_upgrade(int $oldversion) {
|
|||
upgrade_plugin_savepoint(true, 2020061502, 'tool', 'moodlenet');
|
||||
}
|
||||
|
||||
// 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