[RSS Feed/News] Old Zombie Data Before 2.2.7

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Regarding XF Bug here which has been resolved in 2.2.7, old zombie data is not automatically removed during upgrade to 2.2.7.

Is it safe to clean zombie data manually such as :
SQL:

Code:
DELETE FROM `xf_thread_read` WHERE thread_id NOT IN (SELECT thread_id FROM xf_thread);
DELETE FROM `xf_thread_user_post` WHERE thread_id NOT IN (SELECT thread_id FROM xf_thread);
DELETE FROM `xf_thread_watch` WHERE thread_id NOT IN (SELECT thread_id FROM xf_thread);

Do i need to rebuild counter (or...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom