class AddMaterialPermanenteToPedido < ActiveRecord::Migration[5.2]
  def change
    add_column :licitacao_pedidos, :material_permanente, :boolean, :default => false
  end
end
