# File lib/dm-core/property_set.rb, line 74 def unique_indexes index_hash = {} repository_name = repository.name each { |property| parse_index(property.unique_index, property.field(repository_name), index_hash) } index_hash end