????

Your IP : 18.226.166.64


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20091017213257_add_missing_indexes_to_auth_sources.rb

class AddMissingIndexesToAuthSources < ActiveRecord::Migration[4.2]
  def self.up
    add_index :auth_sources, [:id, :type]
  end

  def self.down
    remove_index :auth_sources, :column => [:id, :type]
  end
end