Sha256: 35ed87431d296b4351937300cd8ee6dfd3de60f9e9a14c96dead04ce86c87af9
Contents?: true
Size: 231 Bytes
Versions: 114
Compression:
Stored size: 231 Bytes
Contents
class DorsaleBillingMachineQuotationsAddState < ActiveRecord::Migration def change add_column :dorsale_billing_machine_quotations, :state, :string Dorsale::BillingMachine::Quotation.update_all(state: "pending") end end
Version data entries
114 entries across 114 versions & 1 rubygems