Page MenuHomeGRNET

20151207195602_add_password_hash_index_to_users.rb
No OneTemporary

File Metadata

Created
Sun, Aug 10, 1:11 AM

20151207195602_add_password_hash_index_to_users.rb

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

Event Timeline