Sha256: 848c5204d179d548c3a081d79ef28bf3872c7c44c2533b640122ccd58e52275e

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 Bytes

Contents

# This migration comes from spree (originally 20100816212146)
class ShippingMethodIdForOrders < ActiveRecord::Migration
  def change
    add_column :orders, :shipping_method_id, :integer
  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/20121121030192_shipping_method_id_for_orders.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030192_shipping_method_id_for_orders.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030192_shipping_method_id_for_orders.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154411_shipping_method_id_for_orders.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151204_shipping_method_id_for_orders.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192772_shipping_method_id_for_orders.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081503_shipping_method_id_for_orders.spree.rb