MDL-85187 upgrade: Add the 5.0.0 separation line to all upgrade scripts

This commit is contained in:
Jun Pataleta 2025-04-13 18:42:19 +08:00
parent bf164840d9
commit 245cce7f85
No known key found for this signature in database
GPG key ID: F83510526D99E2C7
130 changed files with 390 additions and 0 deletions

View file

@ -35,5 +35,8 @@ function xmldb_qbank_upgrade($oldversion) {
$dbman = $DB->get_manager();
// Automatically generated Moodle v5.0.0 release upgrade line.
// Put any upgrade step following this.
return true;
}