Blame view

administrator/components/com_admin/sql/updates/postgresql/3.6.3-2016-08-15.sql 137 Bytes
1 2 3 4 5
--
-- Increasing size of the URL field in com_newsfeeds
--

ALTER TABLE "#__newsfeeds" ALTER COLUMN "link" TYPE character varying(2048);