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