MDL-53149 mod_data: add timemodified field to db schema

This commit is contained in:
Dan Poltawski 2016-03-03 17:27:23 +08:00 committed by Eloy Lafuente (stronk7)
parent e44c0acf01
commit b174e9efa6
3 changed files with 20 additions and 3 deletions

View file

@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015111601; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2016030300; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2015111000; // Requires this Moodle version
$plugin->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;