Sha256: bc60209786cc2484ceeeca825ab85edf54ceff79760e60dcd92777f5f51754be
Contents?: true
Size: 187 Bytes
Versions: 14
Compression:
Stored size: 187 Bytes
Contents
# This migration comes from spree (originally 20130423110707) class DropProductsCountOnHand < ActiveRecord::Migration def up remove_column :spree_products, :count_on_hand end end
Version data entries
14 entries across 14 versions & 7 rubygems