Sha256: a959a1f61ee85cf9ce18bb98884ba561ca4c6b4efbbb94170b848da925fca51b

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 Bytes

Contents

# This migration comes from spree (originally 20091211203813)
class ShipAddressIdForCheckouts < ActiveRecord::Migration
  def change
    add_column :checkouts, :ship_address_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/20121121030154_ship_address_id_for_checkouts.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030154_ship_address_id_for_checkouts.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030154_ship_address_id_for_checkouts.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154373_ship_address_id_for_checkouts.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151166_ship_address_id_for_checkouts.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192734_ship_address_id_for_checkouts.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081465_ship_address_id_for_checkouts.spree.rb