class AddSbqcToProjetos < ActiveRecord::Migration[5.2]
  def change
    add_column :licitacao_projetos, :sbqc, :boolean
  end
end
