Added registrant ident index

This commit is contained in:
Priit Tark 2015-05-15 00:08:54 +03:00
parent 28fe91ebeb
commit 2ce533b22c

View file

@ -1,5 +1,6 @@
class AddRegistrantIdentToUsers < ActiveRecord::Migration
def change
add_column :users, :registrant_ident, :string
add_index :users, :registrant_ident
end
end