Sha256: 69318cc911f8f2e14bba4e5bf1c31f4db925d47d83faf8c60ed754207ea42766

Contents?: true

Size: 332 Bytes

Versions: 7

Compression:

Stored size: 332 Bytes

Contents

# This migration comes from spree (originally 20120105195817)
class AddMatchRulesToShippingMethods < ActiveRecord::Migration
  def change
    add_column :spree_shipping_methods, :match_none, :boolean
    add_column :spree_shipping_methods, :match_all, :boolean
    add_column :spree_shipping_methods, :match_one, :boolean
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
spree_mercado_pago_payment_method-0.0.2 spec/dummy/db/migrate/20121121030229_add_match_rules_to_shipping_methods.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030229_add_match_rules_to_shipping_methods.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030229_add_match_rules_to_shipping_methods.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154448_add_match_rules_to_shipping_methods.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151241_add_match_rules_to_shipping_methods.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192809_add_match_rules_to_shipping_methods.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081540_add_match_rules_to_shipping_methods.spree.rb