????

Your IP : 3.142.242.51


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/105_build_projects_tree.rb

class BuildProjectsTree < ActiveRecord::Migration[4.2]
  def self.up
    Project.rebuild_tree!
  end

  def self.down
  end
end