- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
All right. We've had the obligatory accident.
I've found this SQL to restore deleted threads.
Code:
What would I need to fiddle with to recover deleted nodes?
My missing nodes are IDs 186, 187 and 188. Their new parent needs to be 477.
Many thanks!
ETA: The problem being, of course, that these three nodes contained a lot of threads
I've found this SQL to restore deleted threads.
Code:
UPDATE xf_thread SET node_id = 38 WHERE node_id = 118
What would I need to fiddle with to recover deleted nodes?
My missing nodes are IDs 186, 187 and 188. Their new parent needs to be 477.
Many thanks!
ETA: The problem being, of course, that these three nodes contained a lot of threads

نام موضوع : Restore a deleted node