MDL-64568 core: upgrade step to remove orphaned group conversations

This commit is contained in:
Mark Nelson
2019-03-11 09:24:44 +08:00
parent 4d3a32dde9
commit c47c19634e
2 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018120303.00; // 20181203 = branching date YYYYMMDD - do not modify!
$version = 2018120303.01; // 20181203 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.