MDL-36941 core: added new messaging and notification tables

This commit is contained in:
Mark Nelson 2017-12-21 13:28:07 +08:00
parent a15c745936
commit a63f98245c
3 changed files with 188 additions and 1 deletions

View file

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