Saarbruecken
Active member
We have a collection of knowledge base articles maintained by our small support team. How do I change the author of a thread properly through database without breaking anything and without using an add-on?
I found the following tables:
I found the following tables:
- xf_thread_user_post (user_id, thread_id)
- xf_thread (user_id, thread_id)
- xf_post (user_id, thread_id)