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

3 lines
217 B
SQL

-- Remove the record of any template overrides where the template has already been uninstalled
DELETE FROM `#__template_overrides` WHERE `template` NOT IN (SELECT `name` FROM `#__extensions` WHERE `type`='template');