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