Sha256: db5f9e3c83c5cdd2e7248ae1ab263e369c5b0997775e505488846b4a43e5d214
Contents?: true
Size: 223 Bytes
Versions: 9
Compression:
Stored size: 223 Bytes
Contents
# This migration comes from spree (originally 20131026154747) class AddTrackInventoryToVariant < ActiveRecord::Migration[4.2] def change add_column :spree_variants, :track_inventory, :boolean, default: true end end
Version data entries
9 entries across 9 versions & 2 rubygems