Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r14583 -r14724 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14583) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 14724) @@ -135,4 +135,9 @@ # ===== v 5.1.3 ===== UPDATE Phrase SET `Module` = 'Core' -WHERE PhraseKey IN ('LA_FLD_LISTINGID', 'LA_FLD_LISTINGTYPE'); \ No newline at end of file +WHERE PhraseKey IN ('LA_FLD_LISTINGID', 'LA_FLD_LISTINGTYPE'); + +# ===== v 5.2.0-B1 ===== +UPDATE SearchConfig +SET ForeignField = 'PortalUser.Username' +WHERE ForeignField = 'PortalUser.Login' AND ModuleName = 'In-Link'; \ No newline at end of file