MDL-44316 core: updated the 'tag_instance' table to store the component, contextid and timecreated

This commit is contained in:
Mark Nelson
2014-03-22 13:50:07 -07:00
parent e0c8619823
commit 8dfc4d9c58
3 changed files with 102 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2014032000.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2014032000.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.