class ImportaHistoricoPadraoDaPrevisaoDeReceita < ActiveRecord::Migration[5.2]
  def change
    Rake::Task['db:seed_historico_receitas'].invoke
  end
end
