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:
Do i need to rebuild counter (or...
Read more
ادامه مطلب...
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
ادامه مطلب...