-- Insert the missing en-GB package extension.INSERTINTO`#__extensions`(`extension_id`,`name`,`type`,`element`,`folder`,`client_id`,`enabled`,`access`,`protected`,`manifest_cache`,`params`,`custom_data`,`system_data`,`checked_out`,`checked_out_time`,`ordering`,`state`)VALUES(802,'English (United Kingdom)','package','pkg_en-GB','',0,1,1,1,'','','','',0,'0000-00-00 00:00:00',0,0);-- Change update site extension id to the new extension.UPDATE`#__update_sites_extensions`SET`extension_id`=802WHERE`update_site_id`IN(SELECT`update_site_id`FROM`#__update_sites`WHERE`name`='Accredited Joomla! Translations'AND`type`='collection')AND`extension_id`=600;