I have a feature (Web scoped) with a content type which contains a field (Type="Choice").
Values were A, B and C.
I've created a list based on this content type and added some elements in it.
I then added the choices D, E and F and changed the version of the feature.
I updated the solution and performed an upgrade on the feature with $feature.Upgrade($false).
I can see the changes at the Web level (content type has changed, field has changed) but the one in the list instance NOT. When I add a new element to the existing list it only shows choices A, B and C. If I create new lists based on the content type they show the now A, B, C, D, E, F choices.
How can I propagate the change into the old list so that the field shows all choices (A, B, C, D, E, F) when creating new elements?