MDL-83374 upgrade: add the 4.5.0 separation line to all upgrade scripts

This commit is contained in:
Jun Pataleta 2024-10-05 21:14:23 +08:00 committed by Huong Nguyen
parent 52c0da7c64
commit 803c3d8977
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
133 changed files with 399 additions and 0 deletions

View file

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