Your IP : 216.73.216.84


Current Path : /home/helpink/www/administrator/components/com_admin/sql/updates/postgresql/
Upload File :
Current File : /home/helpink/www/administrator/components/com_admin/sql/updates/postgresql/5.1.1-2024-04-18.sql

--
-- Add a default value for the colorScheme in the Atum template on Joomla update
-- only when a value is not already set.
-- New installs will have the default value set in the installation sql.
--

UPDATE "#__template_styles"
SET "params" = jsonb_set("params"::jsonb, '{colorScheme}', '"os"', true)
WHERE "template" = 'atum'
AND "params"::jsonb->>'colorScheme' IS NULL;