Page MenuHomePhabricator

Merge references from table user_newtalk
Open, LowPublic

Description

The extension currently is not considering the user_newtalk table. In this table, column user_id is a key to the user_id of the user table and so needs to be merged as well!

To fix this, the field user_id should still be added to the array of fields in UserMerge.php, function mergeDatabaseTables(), so that it gets updated as well!