Hi Experts,
I have come across something and want to know what is your take on the situation.
Scenario:
- In my Development website (unmanaged solution) i have a entity "Testing" with Primary Field name = name (default)
- The solution was deployed as managed on another website
- Everything is good so far no issues, we have started data entry in the production solution and bla bla bla
- Now after sometimes, due to change in req. we change the table design of "Testing", and in our unmanaged solution we ended up deleting the table "Testing"
- We have recreated "Testing" in unmanaged solution but this time Primary Field name has changed from name to "Primary name"
- Now when we try to import the solution as managed, system is giving an error which is correct
Question is how do we remove that table from managed solution, yes i can do it my deleting the existing managed solution but i want to know how do i deal with this kind of scenario specifically.
Thanks, will look forward to hear from you