????
Current Path : C:/inetpub/vhost/redmine/db/migrate/ |
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