Files
idpan.poznan.pl/administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-29.sql
2026-02-08 21:16:11 +01:00

8 lines
235 B
SQL

UPDATE `#__guidedtour_steps`
SET `target` = 'joomla-field-fancy-select .choices'
WHERE `id` = 5;
UPDATE `#__guidedtour_steps`
SET `target` = 'joomla-field-fancy-select .choices[data-type=select-multiple]'
WHERE `id` IN (26,38,78,90);