????

Your IP : 3.144.28.166


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20091017213757_add_missing_indexes_to_boards.rb

class AddMissingIndexesToBoards < ActiveRecord::Migration[4.2]
  def self.up
    add_index :boards, :last_message_id
  end

  def self.down
    remove_index :boards, :last_message_id
  end
end