MDL-69166 core: Fix upgrade step savepoint
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 27 Oct 2020 05:12:59 +0000 (13:12 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 27 Oct 2020 05:12:59 +0000 (13:12 +0800)
lib/db/upgrade.php

index 8a55843..4372338 100644 (file)
@@ -2917,7 +2917,7 @@ function xmldb_main_upgrade($oldversion) {
         }
     }
 
-    if ($oldversion < 2021052500.33) {
+    if ($oldversion < 2021052500.36) {
         // Define table payment_accounts to be created.
         $table = new xmldb_table('payment_accounts');