Howdie
I use a SharePoint feature to programmatic add columns to an existing content type. This content type is already assigned to a list.
After I did that, the content type has those new columns, but the list is not updated (the new columns are not shown)
I could remove the content type from that list and add it again but would lose all data saved in the old columns.
Is there any best practice to add columns to an existing content type and update the list(s) that contain that content type?