Sha256: 626d5f31f16c676961f313700d3b232a324de0454f7b45442e6c27d9e2f81337
Contents?: true
Size: 212 Bytes
Versions: 137
Compression:
Stored size: 212 Bytes
Contents
class AddPendingToInventoryUnit < ActiveRecord::Migration def change add_column :spree_inventory_units, :pending, :boolean, :default => true Spree::InventoryUnit.update_all(:pending => false) end end
Version data entries
137 entries across 137 versions & 3 rubygems