Hi, I have an entity in a development environment, let's call it "Bike", this entity has a field called type - option set ["road", "mountain "bike"]. which also exists in the production environment's solution.
I then added a new type to the options set so it now is ["road", "mountain "bike", "BMX" ], then I exported the entity (remembered to publish it) and imported the dev solution into the production environment, however, the field doesn't update to the new values? nor is the newly added type to be seen in the option set?
Am I doing anything wrong here?