Hi! I'm encountering behaviour of a managed solution that I didn't expect and I'm wondering if some of you have seen or resolved this before.
I've just started in a project where there is a dev and a prod environment. Both had an unmanaged solution installed. I've turned the solution in prod into a managed solution by
- exporting the dev solution as managed,
- removing the unmanaged solution in prod (which of course left the components in the environment) and
- importing the managed solution in prod
The problem is, prod had an extra column in a table that isn't in the table in dev. I expected this column thus to be removed, so the solution in prod would be equal to dev. The extra column, however, remains. I've exported new versions and imported them, using the upgrade, stage for upgrade and update processes, but it's still there.
Thus, the question is: How can I remove a column in my managed solution in prod, now that importing a managed solution without the column does not work?