Merge branch 'MDL-49795-add-missing-keys-indexes-to-core-tables' of https://github.com/keevan/moodle

This commit is contained in:
Shamim Rezaie
2022-08-17 02:17:52 +10:00
34 changed files with 624 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2022071201; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2022081600; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2022041200; // Requires this Moodle version.
$plugin->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;