You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('atum', 1, (CASE WHEN (SELECT b.`count`FROM (SELECTcount(a.`id`) AS`count`FROM`#__template_styles` a WHERE a.`home`='1'AND a.`client_id`=1AND a.`template`IN ('isis', 'hathor')) AS b) =0 THEN '0' ELSE '1' END), 'atum - Default', '{}'),
24
-
('cassiopeia', 0, (CASE WHEN (SELECT d.`count`FROM (SELECTcount(c.`id`) AS`count`FROM`#__template_styles` c WHERE c.`home`='1'AND c.`client_id`=0AND c.`template`IN ('protostar', 'beez3')) AS d) =0 THEN '0' ELSE '1' END), 'cassiopeia - Default', '{}');
22
+
-- The following statement had to be modified for 4.1 by adding the `inheritable` and `parent` columns.
23
+
-- See https://github.com/joomla/joomla-cms/pull/36585 .
('atum', 1, (CASE WHEN (SELECT b.`count`FROM (SELECTcount(a.`id`) AS`count`FROM`#__template_styles` a WHERE a.`home`='1'AND a.`client_id`=1AND a.`template`IN ('isis', 'hathor')) AS b) =0 THEN '0' ELSE '1' END), 'atum - Default', 1, '', '{}'),
26
+
('cassiopeia', 0, (CASE WHEN (SELECT d.`count`FROM (SELECTcount(c.`id`) AS`count`FROM`#__template_styles` c WHERE c.`home`='1'AND c.`client_id`=0AND c.`template`IN ('protostar', 'beez3')) AS d) =0 THEN '0' ELSE '1' END), 'cassiopeia - Default', 1, '', '{}');
25
27
26
28
--
27
29
-- Move mod_version to the right position for the atum template
('atum', 1, (CASE WHEN (SELECT b."count"FROM (SELECTcount(a."id") AS"count"FROM"#__template_styles" a WHERE a."home"='1'AND a."client_id"=1AND a."template"IN ('isis', 'hathor')) AS b) =0 THEN '0' ELSE '1' END), 'atum - Default', '{}'),
24
-
('cassiopeia', 0, (CASE WHEN (SELECT d."count"FROM (SELECTcount(c."id") AS"count"FROM"#__template_styles" c WHERE c."home"='1'AND c."client_id"=0AND c."template"IN ('protostar', 'beez3')) AS d) =0 THEN '0' ELSE '1' END), 'cassiopeia - Default', '{}');
22
+
-- The following statement had to be modified for 4.1 by adding the "inheritable" and "parent" columns.
23
+
-- See https://github.com/joomla/joomla-cms/pull/36585 .
('atum', 1, (CASE WHEN (SELECT b."count"FROM (SELECTcount(a."id") AS"count"FROM"#__template_styles" a WHERE a."home"='1'AND a."client_id"=1AND a."template"IN ('isis', 'hathor')) AS b) =0 THEN '0' ELSE '1' END), 'atum - Default', 1, '', '{}'),
26
+
('cassiopeia', 0, (CASE WHEN (SELECT d."count"FROM (SELECTcount(c."id") AS"count"FROM"#__template_styles" c WHERE c."home"='1'AND c."client_id"=0AND c."template"IN ('protostar', 'beez3')) AS d) =0 THEN '0' ELSE '1' END), 'cassiopeia - Default', 1, '', '{}');
25
27
26
28
--
27
29
-- Move mod_version to the right position for the atum template
0 commit comments