I created a solution and added a few existing tables we'd like to customize slightly.
One of those tables is the Unit Group. We created a key on the Name field requiring it to be unique.
HOWEVER, I first accidentally did that to the Unit table, then imported some records, then when I tried to create a new group with a Base Unit with the same name that another group uses it gave me the error below. It was then that I realized I had created a key on the Unit table's Name field too. So I deleted that key but still get the error.
Is there something else I need to do to remove that constraint?