Как удалить все сообщения профиля и личные сообщения?

W

Wmlogs

#1
Не забудьте сделать бэкап базы данных перед выполнением любого из запросов!

Код:
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');
 
Get involved!

Here you can only see a limited number of comments. On СЕО Форум Вебмастеров you see all comments and all functions are available to you. To the thread