EVOLUTION-MANAGER
Edit File: 3.6.0-2016-04-08.sql
-- Insert the missing en-GB package extension. INSERT INTO `#__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` = 802 WHERE `update_site_id` IN ( SELECT `update_site_id` FROM `#__update_sites` WHERE `name` = 'Accredited Joomla! Translations' AND `type` = 'collection' ) AND `extension_id` = 600;