Commit 87184912 authored by Pablo Carranza's avatar Pablo Carranza

Remove uniqueness of fingerprint index

parent 564a767e
class AddFingerprintIndex < ActiveRecord::Migration class AddFingerprintIndex < ActiveRecord::Migration
def change def change
add_index :keys, :fingerprint, unique: true add_index :keys, :fingerprint, unique: false
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment