Sha256: 43ea7cf55aa51998a5629ad3d99100ea4ec8ed552f65efa2cc7d61e3750a69c5

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

# This migration comes from spree (originally 20130228164411)
class RemoveOnDemandFromProductAndVariant < ActiveRecord::Migration[4.2]
  def change
    remove_column :spree_products, :on_demand
    remove_column :spree_variants, :on_demand
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195740_remove_on_demand_from_product_and_variant.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091681_remove_on_demand_from_product_and_variant.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091681_remove_on_demand_from_product_and_variant.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181869_remove_on_demand_from_product_and_variant.spree.rb