Hi Community,
I have the following scenario and I'd like to know what would happen:
Have env - Prod and env - Dev
- Entity 1 with columns a,b,c
- env Prod contains a managed solution with entity 1 and columns a,b,c
- env Dev contains an unmanaged solution with entity 1 and columns a,b (c was included in the unmanaged solution but deleted)
If I export the dev unmanaged solution as managed and import it into the Prod instance, will I lose the c column?
Thanks!