Skip to content

Commit

Permalink
MSFTMPP-159: Added plugin upgrade savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Dec 1, 2015
1 parent 0fd6b9e commit fe7e907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local/o365/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ function xmldb_local_o365_upgrade($oldversion) {
'preferredLanguage/lang/always',
];
set_config('fieldmap', serialize($fieldmapdefault), 'local_o365');
upgrade_plugin_savepoint($result, '2015011636.01', 'local', 'o365');
}

if ($result && $oldversion < 2015011636.02) {
Expand Down

0 comments on commit fe7e907

Please sign in to comment.