debian-mirror-gitlab/db/migrate/20151020145526_add_services_template_index.rb
2016-06-16 23:09:34 +05:30

7 lines
137 B
Ruby

# rubocop:disable all
class AddServicesTemplateIndex < ActiveRecord::Migration
def change
add_index :services, :template
end
end