MDL-61380 Quiz: quiz_slots schema change

Adding questioncategoryid and includingsubcategories to the quiz_slots table
This commit is contained in:
Shamim Rezaie 2018-02-11 15:45:37 +11:00
parent 856e07e4e7
commit b6c38f71e2
3 changed files with 41 additions and 3 deletions

View file

@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017111300;
$plugin->version = 2018020700;
$plugin->requires = 2017110800;
$plugin->component = 'mod_quiz';
$plugin->cron = 60;