Index: branches/5.3.x/install/upgrades.sql =================================================================== diff -u -N -r16218 -r16370 --- branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16218) +++ branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16370) @@ -210,3 +210,6 @@ UPDATE Modules SET ClassNamespace = 'InPortal\\Modules\\InLink' WHERE `Name` = 'In-Link'; + +INSERT INTO SearchConfig VALUES ('Link', 'MetaKeywords', 0, 1, '', 'lc_field_MetaKeywords', 'In-Link', 'la_text_link', 20, DEFAULT, 0, 'text', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO SearchConfig VALUES ('Link', 'MetaDescription', 0, 1, '', 'lc_field_MetaDescription', 'In-Link', 'la_text_link', 21, DEFAULT, 0, 'text', NULL, NULL, NULL, NULL, NULL, NULL, NULL);