Sha256: 539ff5530a5ba3d5261fef5f29517ab28c81097bceb404d644b30a0f80df438b
Contents?: true
Size: 290 Bytes
Versions: 14
Compression:
Stored size: 290 Bytes
Contents
# This migration comes from spree (originally 20121012071449) 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
14 entries across 14 versions & 7 rubygems