Sha256: 22b5fe4e9e37daad67d00c1bb5d6d3ed7634077453fc1b1137e0f73ce34ad906
Contents?: true
Size: 245 Bytes
Versions: 39
Compression:
Stored size: 245 Bytes
Contents
class RemoveCounterCacheFromSpreeVariantsToSpreeStockItems < ActiveRecord::Migration def up if column_exists?(:spree_variants, :stock_items_count) remove_column :spree_variants, :stock_items_count end end def down end end
Version data entries
39 entries across 39 versions & 1 rubygems