Index: branches/5.3.x/install/upgrades.sql =================================================================== diff -u -N -r16217 -r16369 --- branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16217) +++ branches/5.3.x/install/upgrades.sql (.../upgrades.sql) (revision 16369) @@ -303,3 +303,6 @@ UPDATE Modules SET ClassNamespace = 'InPortal\\Modules\\InCommerce' WHERE `Name` = 'In-Commerce'; + +INSERT INTO SearchConfig VALUES ('Products', 'MetaKeywords', 0, 1, '', 'lc_field_MetaKeywords', 'In-Commerce', 'la_Text_Products', 24, DEFAULT, 0, 'text', NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO SearchConfig VALUES ('Products', 'MetaDescription', 0, 1, '', 'lc_field_MetaDescription', 'In-Commerce', 'la_Text_Products', 25, DEFAULT, 0, 'text', NULL, NULL, NULL, NULL, NULL, NULL, NULL);