update cru_comment set cru_user_id = 'id_user_to_keep' where cru_user_id = 'id_user_to_delete'; update cru_comment_read_status set cru_user = 'id_user_to_keep' where cru_user = 'id_user_to_delete'; update cru_review_participant set cru_user = 'id_user_to_keep' where cru_user = 'id_user_to_delete'; update cru_review set cru_creator = 'id_user_to_keep' where cru_creator = 'id_user_to_delete';
crucible version is Version:4.4.1.
Do we need to modify any of the XML files manually?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.