Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Potential creation of too many columns #2

Description

@david-orc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions