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

@ -56,5 +56,8 @@ function xmldb_label_upgrade($oldversion) {
// Automatically generated Moodle v4.5.0 release upgrade line.
// Put any upgrade step following this.
// Automatically generated Moodle v5.0.0 release upgrade line.
// Put any upgrade step following this.
return true;
}