3.7.0-2016-11-19.sql 163 Bytes Raw Blame History Permalink 1 2 3 ALTER TABLE "#__menu_types" ADD COLUMN "client_id" int DEFAULT 0 NOT NULL; UPDATE "#__menu" SET "published" = 1 WHERE "menutype" = 'main' OR "menutype" = 'menu';