Fix orgreg import not seeing duplicates
The import script checked the source instead of the value when looking for existing values. This caused the unique constraint on the name+values combination to fail. We now check the value and name instead of value and source.