Sha256: 97fa26b2a68a45d4912b3196068057b5e757cfea423cbb374cad21e56637395c
Contents?: true
Size: 221 Bytes
Versions: 14
Compression:
Stored size: 221 Bytes
Contents
# This migration comes from spree (originally 20131026154747) class AddTrackInventoryToVariant < ActiveRecord::Migration def change add_column :spree_variants, :track_inventory, :boolean, :default => true end end
Version data entries
14 entries across 14 versions & 7 rubygems