mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-56240 upgrade: delete incorrect lines, manually added
Note that, with MDL-57266, we are changine the comment to be: // Automatically generated Moodle v3.2.0 release upgrade line in order to make to make to make it clearer that it's an automatic (part of the release process) comment and should not be added manually ever.
This commit is contained in:
parent
e6cb76dfbb
commit
e7a1eed154
@ -39,9 +39,6 @@ function xmldb_enrol_self_upgrade($oldversion) {
|
||||
// Moodle v3.1.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
// Moodle v3.2.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
if ($oldversion < 2016052301) {
|
||||
global $DB;
|
||||
// Get roles with manager archetype.
|
||||
|
@ -197,8 +197,6 @@ function xmldb_lti_upgrade($oldversion) {
|
||||
// Moodle v3.1.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
// Moodle v3.2.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
if ($oldversion < 2016052301) {
|
||||
|
||||
// Changing type of field value on table lti_types_config to text.
|
||||
|
Loading…
x
Reference in New Issue
Block a user