Sha256: 4fb4d5528c7e772b1efb7c302582f73ef183f53add2b8e4d90cc6737bddbed99
Contents?: true
Size: 192 Bytes
Versions: 9
Compression:
Stored size: 192 Bytes
Contents
# This migration comes from spree (originally 20130423110707) class DropProductsCountOnHand < ActiveRecord::Migration[4.2] def up remove_column :spree_products, :count_on_hand end end
Version data entries
9 entries across 9 versions & 2 rubygems