Sha256: 2aaff6166bb4f7221985822a8a97481dcbd4f1b68337bfbacf1222feb0a25ac5
Contents?: true
Size: 245 Bytes
Versions: 14
Compression:
Stored size: 245 Bytes
Contents
# This migration comes from spree (originally 20130228164411) class RemoveOnDemandFromProductAndVariant < ActiveRecord::Migration def change remove_column :spree_products, :on_demand remove_column :spree_variants, :on_demand end end
Version data entries
14 entries across 14 versions & 7 rubygems