Index: branches/5.3.x/install/upgrades.sql =================================================================== diff -u -N -r16219 -r16371 --- branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16219) +++ branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16371) @@ -154,3 +154,6 @@ UPDATE Modules SET ClassNamespace = 'InPortal\\Modules\\InNews' WHERE `Name` = 'In-News'; + +INSERT INTO SearchConfig VALUES ('News', 'MetaKeywords', 0, 1, '', 'lc_field_MetaKeywords', 'In-News', 'la_text_article', 27, DEFAULT, 0, 'text', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO SearchConfig VALUES ('News', 'MetaDescription', 0, 1, '', 'lc_field_MetaDescription', 'In-News', 'la_text_article', 28, DEFAULT, 0, 'text', NULL, NULL, NULL, NULL, NULL, NULL, NULL);