Sha256: 26ad5a56c7dc0884075c9af161847a6514d21ca71e2464116594deb5558b8ef4
Contents?: true
Size: 274 Bytes
Versions: 14
Compression:
Stored size: 274 Bytes
Contents
# This migration comes from spree (originally 20130227143905) 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
14 entries across 14 versions & 7 rubygems