Sha256: bd9bc219b68bff8f14c62672e161efe3d7e2482d20de9a0d73fa17cf65b41e2b
Contents?: true
Size: 211 Bytes
Versions: 141
Compression:
Stored size: 211 Bytes
Contents
class AddPendingToInventoryUnit < ActiveRecord::Migration[4.2] def change add_column :spree_inventory_units, :pending, :boolean, default: true Spree::InventoryUnit.update_all(pending: false) end end
Version data entries
141 entries across 141 versions & 2 rubygems