MDL-53638 mod_feedback: structural changes

- add column 'courseid' to the feedback_completed and feedback_completedtmp tables
- drop table feedback_tracking because the same information is present in
  feedback_completed
This commit is contained in:
Marina Glancy 2016-04-09 19:34:30 +08:00
parent cf28c515f3
commit ffee513ef2
7 changed files with 301 additions and 51 deletions

View file

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