summaryrefslogtreecommitdiff
path: root/db/migrate/20151109134916_add_projects_visibility_level_index.rb
blob: 600b4bafd98482679edca82ecdde5624ffcdd679 (plain)
1
2
3
4
5
class AddProjectsVisibilityLevelIndex < ActiveRecord::Migration
  def change
    add_index :projects, :visibility_level
  end
end