Skip to content

Commit

Permalink
Rename update site names
Browse files Browse the repository at this point in the history
  • Loading branch information
shur committed May 24, 2016
1 parent 66260ef commit 4d9f3f6
Showing 1 changed file with 4 additions and 0 deletions.
@@ -1,3 +1,7 @@
-- Rename update site names
UPDATE `#__update_sites` SET `name` = 'Joomla! Core' WHERE `name` = 'Joomla Core' AND `type` = 'collection';
UPDATE `#__update_sites` SET `name` = 'Joomla! Extension Directory' WHERE `name` = 'Joomla Extension Directory' AND `type` = 'collection';

UPDATE `#__update_sites` SET `location` = 'https://update.joomla.org/core/list.xml' WHERE `name` = 'Joomla! Core' AND `type` = 'collection';
UPDATE `#__update_sites` SET `location` = 'https://update.joomla.org/jed/list.xml' WHERE `name` = 'Joomla! Extension Directory' AND `type` = 'collection';
UPDATE `#__update_sites` SET `location` = 'https://update.joomla.org/language/translationlist_3.xml' WHERE `name` = 'Accredited Joomla! Translations' AND `type` = 'collection';
Expand Down

0 comments on commit 4d9f3f6

Please sign in to comment.