MDL-57435 core: added additional columns to 'event' table

Part of MDL-55611 epic.
This commit is contained in:
Mark Nelson
2017-04-03 11:35:37 +08:00
committed by Damyon Wiese
parent 5019e69588
commit ca622fd9fa
3 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2017040300.05; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2017040300.06; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.