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