BigW Consortium Gitlab

20151020145526_add_services_template_index.rb 137 Bytes
# rubocop:disable all
class AddServicesTemplateIndex < ActiveRecord::Migration
  def change
    add_index :services, :template
  end
end