ScarletCox
Active member
All right. We've had the obligatory accident.
I've found this SQL to restore deleted threads.
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