Files
idpan.poznan.pl/administrator/components/com_admin/sql/updates/mysql/4.1.0-2022-01-24.sql
2026-02-08 21:16:11 +01:00

5 lines
338 B
SQL

-- The following two statements were modified for 4.1.1 by adding the "/** CAN FAIL **/" installer hint.
-- See https://github.com/joomla/joomla-cms/pull/37156
ALTER TABLE `#__redirect_links` DROP INDEX `idx_link_modifed` /** CAN FAIL **/;
ALTER TABLE `#__redirect_links` ADD INDEX `idx_link_modified` (`modified_date`) /** CAN FAIL **/;