summaryrefslogtreecommitdiff
path: root/db/ci/migrate/20130628142321_add_index_project_id_to_builds.rb
blob: 5f968b06b5de22f23b3539d9e9e200f170b74d1e (plain)
1
2
3
4
5
class AddIndexProjectIdToBuilds < ActiveRecord::Migration
  def change
    add_index :builds, :project_id
  end
end