Sha256: 7f107655c6dd8e61c04acd1dcacac558d425bb693135012879fed2388a555adf

Contents?: true

Size: 274 Bytes

Versions: 7

Compression:

Stored size: 274 Bytes

Contents

# This migration comes from spree (originally 20100111205525)
class CimFieldsForCreditcards < ActiveRecord::Migration
  def change
    add_column :creditcards, :gateway_customer_profile_id, :string
    add_column :creditcards, :gateway_payment_profile_id, :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/20121121030160_cim_fields_for_creditcards.spree.rb
spree_mercado_pago_payment_method-0.1.1 spec/dummy/db/migrate/20121121030160_cim_fields_for_creditcards.spree.rb
spree_mercado_pago_payment_method-0.1.0 spec/dummy/db/migrate/20121121030160_cim_fields_for_creditcards.spree.rb
datashift_spree-0.3.0 spec/sandbox/db/migrate/20121023154379_cim_fields_for_creditcards.spree.rb
datashift_spree-0.2.1 spec/sandbox/db/migrate/20121015151172_cim_fields_for_creditcards.spree.rb
datashift_spree-0.2.0 spec/sandbox/db/migrate/20120925192740_cim_fields_for_creditcards.spree.rb
datashift_spree-0.1.0 spec/sandbox/db/migrate/20120918081471_cim_fields_for_creditcards.spree.rb