Sha256: bfd12dd750239a048492676695394fdbde4bfdad4384ffd1c7f03a183482c941
Contents?: true
Size: 221 Bytes
Versions: 8
Compression:
Stored size: 221 Bytes
Contents
# This migration comes from spree (originally 20161125065505) class AddQuantityToInventoryUnits < ActiveRecord::Migration[5.0] def change add_column :spree_inventory_units, :quantity, :integer, default: 1 end end
Version data entries
8 entries across 8 versions & 2 rubygems