Reply to thread

It's fairly simple to mass move threads.

[CODE]UPDATE xf_thread SET node_id = 1 WHERE node_id = 2;[/CODE]


Where 1 is the new (destination) node id and 2 is the old (source) node id :)


Back
Top Bottom