debian-mirror-gitlab/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
2015-10-24 18:46:33 +05:30

6 lines
127 B
Ruby

class AddCiProjectsGlProjectIdIndex < ActiveRecord::Migration
def change
add_index :ci_commits, :gl_project_id
end
end