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:
2c04945
)
MDL-53492 hub: Fix remaining conflict
author
David Monllao
<davidm@moodle.com>
Tue, 1 Aug 2017 08:03:31 +0000
(10:03 +0200)
committer
David Monllao
<davidm@moodle.com>
Tue, 1 Aug 2017 08:03:31 +0000
(10:03 +0200)
lib/db/upgrade.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/upgrade.php
b/lib/db/upgrade.php
index
575f04e
..
36d4845
100644
(file)
--- a/
lib/db/upgrade.php
+++ b/
lib/db/upgrade.php
@@
-2214,7
+2214,6
@@
function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2017072000.02);
}
-<<<<<<< HEAD
if ($oldversion < 2017072700.01) {
// Changing nullability of field email on table oauth2_system_account to null.
$table = new xmldb_table('oauth2_system_account');