| Current Path : /var/www/administrator/components/com_admin/sql/updates/postgresql/ |
| Current File : /var/www/administrator/components/com_admin/sql/updates/postgresql/3.7.0-2017-01-08.sql |
-- Normalize ucm_content_table default values. ALTER TABLE "#__ucm_content" ALTER COLUMN "core_title" SET DEFAULT ''; -- -- The following statements have to be disabled because they conflict with -- a later change added with Joomla! 3.9.16, see file 3.9.16-2020-02-15.sql -- -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_body" SET DEFAULT ''; -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_params" SET DEFAULT ''; -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_metadata" SET DEFAULT ''; -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_images" SET DEFAULT ''; -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_urls" SET DEFAULT ''; -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_metakey" SET DEFAULT ''; -- ALTER TABLE "#__ucm_content" ALTER COLUMN "core_metadesc" SET DEFAULT '';