You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
If an existing column exists a new one is made anyways, this can be problematic with multiple migrates and rollbacks and could result in a number of repeated columns. (i.e. If I go to add a column named Blah and one exists it will go right ahead and make Blah1)
One potential fix is to have a clean-up script that removes all site columns that arent attached to any content type.
If an existing column exists a new one is made anyways, this can be problematic with multiple migrates and rollbacks and could result in a number of repeated columns. (i.e. If I go to add a column named Blah and one exists it will go right ahead and make Blah1)
One potential fix is to have a clean-up script that removes all site columns that arent attached to any content type.