mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-68913 mod_assign: fix behat failure & version number
This commit is contained in:
parent
3da8ea4699
commit
f94f9f875d
3 changed files with 5 additions and 4 deletions
|
@ -59,7 +59,7 @@ function xmldb_assign_upgrade($oldversion) {
|
|||
// Automatically generated Moodle v3.9.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
if ($oldversion < 2021093000) {
|
||||
if ($oldversion < 2021110901) {
|
||||
// Define field activity to be added to assign.
|
||||
$table = new xmldb_table('assign');
|
||||
$field = new xmldb_field('activity', XMLDB_TYPE_TEXT, null, null, null, null, null, 'alwaysshowdescription');
|
||||
|
@ -109,7 +109,7 @@ function xmldb_assign_upgrade($oldversion) {
|
|||
}
|
||||
|
||||
// Assign savepoint reached.
|
||||
upgrade_mod_savepoint(true, 2021093000, 'assign');
|
||||
upgrade_mod_savepoint(true, 2021110901, 'assign');
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue