I have a custom entity A that is not ready to move to QA. I have an unmanaged solution with a list of components to move. Currency is not in that solution. However, when I import that solution to QA it failed with an entity relationship transactioncurrency_A with object reference error. The error makes sense as the relationship is based of entity A which does not exist in QA since we don't want to move it yet. I tried to delete the relationship but it complained about a system relationship and would not let me. Now I cannot do anything with the solution.
What caused the transaction currency to be included in the solution? How do I go about deleting the invalid reference? I don't want to delete the custom entity A but I am willing to delete the relationships as they can be defined later...
Thanks!