Sha256: 9ff8703fce7ef34054e66de85c84651b4f84cee374e1f375049bb9c50fa61305
Contents?: true
Size: 228 Bytes
Versions: 142
Compression:
Stored size: 228 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
142 entries across 142 versions & 3 rubygems