Sha256: 8f857329826d6cdcf2c638b16126665589bba36d871fb5d9a099d7feef5f0644
Contents?: true
Size: 183 Bytes
Versions: 144
Compression:
Stored size: 183 Bytes
Contents
class RemoveOnDemandFromProductAndVariant < ActiveRecord::Migration def change remove_column :spree_products, :on_demand remove_column :spree_variants, :on_demand end end
Version data entries
144 entries across 144 versions & 2 rubygems