Page MenuHomeGRNET

20151207195602_add_password_hash_index_to_users.rb
No OneTemporary

File Metadata

Created
Sat, Jan 17, 11:57 AM

20151207195602_add_password_hash_index_to_users.rb

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

Event Timeline