Sha256: 9231dbc83dd2005d91a32ac54767834786ff170fb3809845a07a34e4aec87ef1

Contents?: true

Size: 295 Bytes

Versions: 16

Compression:

Stored size: 295 Bytes

Contents

class AddNotifyToPaymentHistory < ActiveRecord::Migration
  def change
    add_column      :core_payment_histories, :notify_data,      :text
    add_column      :core_payment_histories, :transaction_id,   :string
    rename_column   :core_payment_histories, :current_stage,    :status
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_core-4.2.3.10 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.9 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.8 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.7 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.6 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.5 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.4 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.3 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.2 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3.1 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.3 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.2.3 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.2.2 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.2.1 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.2 db/migrate/20130914132041_add_notify_to_payment_history.rb
dm_core-4.2.1.5 db/migrate/20130914132041_add_notify_to_payment_history.rb