class AddIndexToTcmLinha < ActiveRecord::Migration[5.2]
  def change
    add_index :tcm_linhas, [:modulo_type, :modulo_id]
  end
end
