Your IP : 216.73.216.111


Current Path : /home/balossw/www/administrator/components/com_admin/sql/updates/postgresql/
Upload File :
Current File : /home/balossw/www/administrator/components/com_admin/sql/updates/postgresql/3.10.0-2020-08-10.sql

--
-- These database columns are not used in Joomla 3.10 but will be used in Joomla 4.
-- They are added to 3.10 because otherwise the update to 4 will fail.
--
ALTER TABLE "#__template_styles" ADD COLUMN "inheritable" smallint NOT NULL DEFAULT 0;
ALTER TABLE "#__template_styles" ADD COLUMN "parent" character varying(50) DEFAULT '';