Hi
I have three environments: default, development, and production. I used the default environment to create our 'core' data tables, then deploy those to development as a managed solution. And the build our apps in development, eventually deploying everything to production.
Today, I added a new table to default, with a lookup to a wrong table. And deployed this to development where I realised the mistake of looking up the wrong table. So, in default, I removed the lookup column, and re-added it (with the same name) to lookup the correct table.
But now, when trying to deploy to development, I get this error:
Solution "Data Tables" failed to import: ImportAsHolding failed with exception :EntityRelationship [new_role_Team_new_team] is invalid. The lookup attribute [new_Team] is already associated with an existing relationship.
How do I get past this, so that I can deploy the new version to development, and eventually production?