Skip to content

Fix orgreg import not seeing duplicates

Andreas Ellewsen requested to merge duplicate-outidentifier into master

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.

Merge request reports