- Compatible XF Versions
- 1.x
Run these queries to delete all PMs for all users.
Code:
TRUNCATE TABLE xf_conversation_master;
TRUNCATE TABLE xf_conversation_message;
TRUNCATE TABLE xf_conversation_recipient;
TRUNCATE TABLE xf_conversation_user;
UPDATE xf_user SET...
You do not have permission to view the full content of this resource.
Log in or register now.