Skip to content

Commit

Permalink
MDL-82126 update version for penalty indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Dec 17, 2024
1 parent c988984 commit 3904cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2024120500.02);
}

if ($oldversion < 2024120500.02) {
if ($oldversion < 2024120500.03) {

// Define field penalty to be added to grade_grades.
$table = new xmldb_table('grade_grades');
Expand All @@ -1335,7 +1335,7 @@ function xmldb_main_upgrade($oldversion) {
}

// Main savepoint reached.
upgrade_main_savepoint(true, 2024120500.02);
upgrade_main_savepoint(true, 2024120500.03);
}

if ($oldversion < 2024121301.00) {
Expand Down

0 comments on commit 3904cfe

Please sign in to comment.