I have a list sitting on a SharePoint site. Someone made a quick change to the list without updating the package. Now it is my job to incorporate these changes into the package.
My package is well structured:
SiteColumns, ContentTypes, and ofc the list definition and schema.
How can I generate at least site columns and content types from this list sitting in production?
Is there a tool I can use, or a build in method, or using SP Designer?