moodle/mod/workshop/db
David Mudrak d0fb170520 MDL-26312 Workshop: fixed upgrade of module instances from 1.9 to 2.0
The patch changes workshop_upgrade_module_instances() so that it
processes old workshop records ordered by their id and it keeps the
instances id by using import_record() instead of insert_record().
Thanks to this, there is no mapping of workshop ids needed so the
function workshop_upgrade_workshop_id_mappings() is dropped and all
callers use plain workshop record.
2011-02-11 07:43:04 +01:00
..
access.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
install.xml workshop: create empty legacy tables to keep DB consistency with install.xml 2010-11-12 10:33:13 +00:00
log.php MDL-24765 workshop logging features reviewed 2010-10-20 13:13:45 +00:00
subplugins.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
uninstall.php MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage 2010-09-30 14:44:33 +00:00
upgrade.php workshop: create empty legacy tables to keep DB consistency with install.xml 2010-11-12 10:33:13 +00:00
upgradelib.php MDL-26312 Workshop: fixed upgrade of module instances from 1.9 to 2.0 2011-02-11 07:43:04 +01:00