Skip to content

Commit

Permalink
Version no. in upgrade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Jan 30, 2025
1 parent a440ca0 commit a55d09c
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 @@ -4805,7 +4805,7 @@ function xmldb_booking_upgrade($oldversion) {
upgrade_mod_savepoint(true, 2025010803, 'booking');
}

if ($oldversion < 2025012702) {
if ($oldversion < 2025013000) {
// Define table booking_optiondates_answers to be created.
$table = new xmldb_table('booking_optiondates_answers');

Expand Down Expand Up @@ -4835,7 +4835,7 @@ function xmldb_booking_upgrade($oldversion) {
}

// Booking savepoint reached.
upgrade_mod_savepoint(true, 2025012702, 'booking');
upgrade_mod_savepoint(true, 2025013000, 'booking');
}

return true;
Expand Down

0 comments on commit a55d09c

Please sign in to comment.