MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts

This commit is contained in:
Eloy Lafuente (stronk7) 2018-12-02 18:36:40 +01:00
parent 2cea0bd6c6
commit f47c8f3525
113 changed files with 339 additions and 0 deletions

View file

@ -138,5 +138,8 @@ function xmldb_enrol_paypal_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2018062503, 'enrol', 'paypal');
}
// Automatically generated Moodle v3.6.0 release upgrade line.
// Put any upgrade step following this.
return true;
}