Sha256: 604999f1923eda1c4f2d9dd36ed16d517090a3dfd0833bf5ef2d5ed5de95a37b
Contents?: true
Size: 227 Bytes
Versions: 120
Compression:
Stored size: 227 Bytes
Contents
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
120 entries across 120 versions & 1 rubygems