????

Your IP : 13.59.172.7


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20091017213444_add_missing_indexes_to_tokens.rb

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

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