class RemoveObjetoToLicitacaoContratos < ActiveRecord::Migration[4.2]
  def change
		remove_column :licitacao_contratos, :objeto, :string
  end
end
