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

@ -35,5 +35,8 @@ function xmldb_repository_dropbox_upgrade($oldversion) {
// Automatically generated Moodle v3.8.0 release upgrade line.
// Put any upgrade step following this.
// Automatically generated Moodle v3.9.0 release upgrade line.
// Put any upgrade step following this.
return true;
}