Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931f36c
)
MDL-69166 core: Fix upgrade step savepoint
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 27 Oct 2020 05:12:59 +0000
(13:12 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 27 Oct 2020 05:12:59 +0000
(13:12 +0800)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
8a55843
..
4372338
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-2917,7
+2917,7
@@
function xmldb_main_upgrade($oldversion) {
}
}
- if ($oldversion < 2021052500.3
3
) {
+ if ($oldversion < 2021052500.3
6
) {
// Define table payment_accounts to be created.
$table = new xmldb_table('payment_accounts');