Sha256: 138c51883d3062801fff89b7d0977fedbcc27a1d5822001e1ec8d2d785644fd3
Contents?: true
Size: 224 Bytes
Versions: 11
Compression:
Stored size: 224 Bytes
Contents
class AddOnDemandToProductAndVariant < ActiveRecord::Migration def change add_column :spree_products, :on_demand, :boolean, default: false add_column :spree_variants, :on_demand, :boolean, default: false end end
Version data entries
11 entries across 11 versions & 1 rubygems