Skip to content

Commit

Permalink
upgrade save point increase
Browse files Browse the repository at this point in the history
  • Loading branch information
fmido88 authored Feb 4, 2024
1 parent 4f3be75 commit d1e9418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function xmldb_enrol_wallet_upgrade($oldversion) {
upgrade_plugin_savepoint(true, 2023112606, 'enrol', 'wallet');
}

if ($oldversion < 2024012900) {
if ($oldversion < 2024020300) {

// Define table enrol_wallet_balance to be created.
$table = new xmldb_table('enrol_wallet_balance');
Expand Down Expand Up @@ -318,7 +318,7 @@ function xmldb_enrol_wallet_upgrade($oldversion) {
}

// Wallet savepoint reached.
upgrade_plugin_savepoint(true, 2024012900, 'enrol', 'wallet');
upgrade_plugin_savepoint(true, 2024020300, 'enrol', 'wallet');
}

return true;
Expand Down

0 comments on commit d1e9418

Please sign in to comment.