????

Your IP : 18.119.131.79


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20150113213955_add_email_addresses_user_id_index.rb

class AddEmailAddressesUserIdIndex < ActiveRecord::Migration[4.2]
  def up
    add_index :email_addresses, :user_id
  end

  def down
    remove_index :email_addresses, :user_id
  end
end