7fc95d805d
This column is queried when creating a new project, without an index this query would lead to a sequence scan.
5 lines
115 B
Ruby
5 lines
115 B
Ruby
class AddServicesTemplateIndex < ActiveRecord::Migration
|
|
def change
|
|
add_index :services, :template
|
|
end
|
|
end
|