MDL-62660 xmldb: fix tool_dataprivacy_request_>status to int(2)

So the new defined statuses fit in the column for all databases.
This commit is contained in:
Eloy Lafuente (stronk7) 2018-08-21 23:57:35 +02:00
parent 3a6f371640
commit 726c0ab9a3
3 changed files with 18 additions and 5 deletions

View file

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2018051406;
$plugin->version = 2018082100;
$plugin->requires = 2018050800; // Moodle 3.5dev (Build 2018031600) and upwards.
$plugin->component = 'tool_dataprivacy';