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

Version Path
dup_spree_core-1.3.0.rc1 db/migrate/20121012071449_add_on_demand_to_product_and_variant.rb
spree_core-1.3.0.rc1 db/migrate/20121012071449_add_on_demand_to_product_and_variant.rb