Skip to content
  • David Mudrák's avatar
    MDL-26312 Workshop: fixed upgrade of module instances from 1.9 to 2.0 · d0fb1705
    David Mudrák authored
    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.
    d0fb1705