MDL-60784 upgrade: add 3.4.0 separation line to all upgrade scripts

This commit is contained in:
Eloy Lafuente (stronk7)
2017-11-12 18:46:00 +01:00
parent 665c3ac59c
commit dbeee32b59
111 changed files with 334 additions and 0 deletions
@@ -36,5 +36,8 @@ function xmldb_tinymce_spellchecker_upgrade($oldversion) {
// Automatically generated Moodle v3.3.0 release upgrade line.
// Put any upgrade step following this.
// Automatically generated Moodle v3.4.0 release upgrade line.
// Put any upgrade step following this.
return true;
}