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