Blame view

administrator/components/com_admin/sql/updates/postgresql/3.6.0-2016-04-09.sql 121 Bytes
1 2 3 4 5
--
-- Add ACL check for to #__menu_types
--

ALTER TABLE "#__menu_types" ADD COLUMN "asset_id" bigint DEFAULT 0 NOT NULL;