mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-64300 upgrade: add 3.6.0 separation line to all upgrade scripts
This commit is contained in:
parent
2cea0bd6c6
commit
f47c8f3525
113 changed files with 339 additions and 0 deletions
|
@ -199,5 +199,8 @@ function xmldb_quiz_upgrade($oldversion) {
|
|||
// Automatically generated Moodle v3.5.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
// Automatically generated Moodle v3.6.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -79,5 +79,8 @@ function xmldb_quiz_overview_upgrade($oldversion) {
|
|||
upgrade_plugin_savepoint(true, 2018061801, 'quiz', 'overview');
|
||||
}
|
||||
|
||||
// Automatically generated Moodle v3.6.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -49,5 +49,8 @@ function xmldb_quiz_statistics_upgrade($oldversion) {
|
|||
// Automatically generated Moodle v3.5.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
// Automatically generated Moodle v3.6.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue