class DeleteJustificativaToLicitacaoProjetos < ActiveRecord::Migration[4.2]
  def change
			remove_column :licitacao_projetos, :justificativa, :text
  end
end
