I have a 650 page (13k posts) thread over 8 years. Even page by page would be manually time consuming. A few similiar that I'd like to action too.
Is there any issues with using sql on xf_post, changing thread_id, then rebuilding thread information?
Eg, something like ....
Code:
UPDATE xf_post
SET thread_id = <appropriate existing thread id #>
WHERE thread_id = <current thread id #>
AND post_date BETWEEN UNIX_TIMESTAMP('2017-01-01 00:00:00') AND UNIX_TIMESTAMP()