summaryrefslogtreecommitdiffstats
path: root/db/migrate/105_build_projects_tree.rb
blob: 92799f97d3c231c0e92a3d17464b1ced02feaa53 (plain)
1
2
3
4
5
6
7
8
class BuildProjectsTree < ActiveRecord::Migration
  def self.up
    Project.rebuild!
  end

  def self.down
  end
end