/
home
/
assocoweys
/
avexp
/
administrator
/
components
/
com_admin
/
sql
/
updates
/
postgresql
/
Upload File
HOME
ALTER TABLE "#__menu_types" ADD COLUMN "client_id" int DEFAULT 0 NOT NULL; UPDATE "#__menu" SET "published" = 1 WHERE "menutype" = 'main' OR "menutype" = 'menu';