Sha256: 2c54d57ec6a1640e874d0cabb3e04d537ffdcf580bddf8ff0280d83ae935e5d6
Contents?: true
Size: 289 Bytes
Versions: 9
Compression:
Stored size: 289 Bytes
Contents
# This migration comes from spree (originally 20121012071449) class AddOnDemandToProductAndVariant < ActiveRecord::Migration[4.2] 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
9 entries across 9 versions & 2 rubygems