BigW Consortium Gitlab

20151016131433_add_ci_projects_gl_project_id_index.rb 127 Bytes
Newer Older
1 2 3 4 5
class AddCiProjectsGlProjectIdIndex < ActiveRecord::Migration
  def change
    add_index :ci_commits, :gl_project_id
  end
end