Page MenuHomeGRNET

20151207195602_add_password_hash_index_to_users.rb
No OneTemporary

File Metadata

Created
Thu, Feb 20, 9:46 AM

20151207195602_add_password_hash_index_to_users.rb

class AddPasswordHashIndexToUsers < ActiveRecord::Migration
def change
add_index :users, :password_hash
end
end

Event Timeline