????

Your IP : 18.219.202.234


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20091017213835_add_missing_indexes_to_user_preferences.rb

class AddMissingIndexesToUserPreferences < ActiveRecord::Migration[4.2]
  def self.up
    add_index :user_preferences, :user_id
  end

  def self.down
    remove_index :user_preferences, :user_id
  end
end