Comment to 'Dolphin migration tool'
  • Next problem: Data integrity in Dolphin. I found some forum topics with no posts. (Not sure why - but it was causing errors).

    Pre-migration SQL to fix:

    DELETE FROM bx_forum_topic
    WHERE topic_id NOT IN (
        SELECT DISTINCT topic_id FROM bx_forum_post
    );