class AddComprometimentoDeDotacoesToConfiguracoes < ActiveRecord::Migration[5.2]
  def change
    add_column :configuracoes, :comprometimento_de_dotacoes, :boolean
  end
end
