summaryrefslogtreecommitdiff
path: root/db/migrate/20151020145526_add_services_template_index.rb
blob: 14ff07bd726572c541a4a81503e1d4edf55a2109 (plain)
1
2
3
4
5
6
# rubocop:disable all
class AddServicesTemplateIndex < ActiveRecord::Migration
  def change
    add_index :services, :template
  end
end