Script for downgrading moodle version numbers
authorAdrian Greeve <adrian@moodle.com>
Fri, 11 Sep 2015 06:00:37 +0000 (14:00 +0800)
committerFrederic Massart <fred@moodle.com>
Wed, 16 Sep 2015 04:14:02 +0000 (12:14 +0800)
commit9fc5f68720ccc9677910d298341eb1c50f79745c
tree24c729c666a6de33304196e5d12279640d571e72
parentc5cefd56b64057c5cd8ea56ebd9de320e07d58fd
Script for downgrading moodle version numbers

This will check to see if the main version number and any plugins have
a status of downgraded (The version number in the database is
higher than the new one). Then it will change the version numbers
in the config_plugin table.
mdk/scripts/version.php [new file with mode: 0644]