Current Path : /home/cinepatreb/www/ws/administrator/components/com_admin/sql/updates/mysql/ |
Current File : /home/cinepatreb/www/ws/administrator/components/com_admin/sql/updates/mysql/2.5.4-2012-03-19.sql |
ALTER TABLE `#__languages` ADD COLUMN `access` integer unsigned NOT NULL default 0 AFTER `published`; ALTER TABLE `#__languages` ADD INDEX `idx_access` (`access`); UPDATE `#__categories` SET `extension` = 'com_users.notes' WHERE `extension` = 'com_users'; UPDATE `#__extensions` SET `enabled` = '1' WHERE `protected` = '1' AND `type` <> 'plugin';