TRUNCATE TABLE xf_profile_post;
TRUNCATE TABLE xf_conversation_master;
TRUNCATE TABLE xf_conversation_message;
TRUNCATE TABLE xf_conversation_recipient;
TRUNCATE TABLE xf_conversation_user;
DELETE FROM xf_liked_content WHERE content_type IN ('profile_post', 'conversation_message');
DELETE FROM xf_attachment WHERE content_type IN ('profile_post', 'conversation_message');