MDL-63211 core: upgrade to remove duplicate contacts

Remove any duplicate rows - from now on adding contacts just requires 1 row.
The person who made the contact request (userid) and the person who approved
it (contactid). Upgrade the table so that the first person to add the contact
was the one who made the request.
This commit is contained in:
Mark Nelson 2018-08-27 18:12:36 +08:00
parent 3ec5c7701c
commit b65bfc8ab4
2 changed files with 20 additions and 1 deletions

View file

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018092800.02; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2018092800.03; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.