Sha256: 9f3773d37a3c27523e668d8d8eacefa035d6fd2f15d791b9a5a85b491615f9fd

Contents?: true

Size: 178 Bytes

Versions: 7

Compression:

Stored size: 178 Bytes

Contents

# This migration comes from spree (originally 20091209153045)
class StateForShipments < ActiveRecord::Migration
  def change
    add_column :shipments, :state, :string
  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/20121121030152_state_for_shipments.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030152_state_for_shipments.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030152_state_for_shipments.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154371_state_for_shipments.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151164_state_for_shipments.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192732_state_for_shipments.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081463_state_for_shipments.spree.rb