bbPress SQL command to change topic’s forum. In this case we change forum 0 to 87635.
UPDATE wp_posts SET post_parent = '87635' WHERE post_parent = '0' and post_type = 'topic';