class AddGanhadorIdToLote < ActiveRecord::Migration[4.2]
  def change
    add_column :licitacao_lotes, :ganhador_id, :integer
    add_column :licitacao_lotes, :justificativa, :text
    remove_column :licitacao_pessoas_do_projeto, :habilitado, :boolean
  end
end
