Project

General

Profile

Download (137 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIndexReportsOnHostIdTypeId < ActiveRecord::Migration[4.2]
def change
add_index :reports, [:host_id, :type, :id]
end
end
(355-355/405)