Commit d54ddff2 authored by Pablo Carranza's avatar Pablo Carranza

Add unique index to fingerprint

parent 9b80d894
class AddFingerprintIndex < ActiveRecord::Migration
def change
add_index :keys, :fingerprint, unique: true
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