Sha256: b6e01ad75f0aaf191c0f807dd81fd21ef2ca297eb3e99c4127a92b0173d67385
Contents?: true
Size: 125 Bytes
Versions: 148
Compression:
Stored size: 125 Bytes
Contents
class DropProductsCountOnHand < ActiveRecord::Migration def up remove_column :spree_products, :count_on_hand end end
Version data entries
148 entries across 148 versions & 3 rubygems