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
130 changed files with 390 additions and 0 deletions
@@ -51,5 +51,8 @@ function xmldb_tiny_premium_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;
}
@@ -65,5 +65,8 @@ function xmldb_tiny_recordrtc_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2024112000, 'tiny', 'recordrtc');
}
// Automatically generated Moodle v5.0.0 release upgrade line.
// Put any upgrade step following this.
return true;
}