It's been many years since the first version of custom column code was written, but the current code most definitely creates uniqueness constraints, as you can see in lines 885 onwards in db/backend.py
I suggest you create a new custom column, copy over the values using metadata search and replace and delete the old one.
|