Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20151020145526_add_services_template_index.rb « migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14ff07bd726572c541a4a81503e1d4edf55a2109 (plain)
1
2
3
4
5
6
# rubocop:disable all
class AddServicesTemplateIndex < ActiveRecord::Migration
  def change
    add_index :services, :template
  end
end