class AddEmpenhoDuplicadoToContabilidadeEmpenhos < ActiveRecord::Migration[4.2]
  def change
    add_column :contabilidade_empenhos, :empenho_origem_id, :integer
  end
end
