Sha256: 767f197080fd8de457855d77262bd74e3c458240aa0f248a42220fa13795306c

Contents?: true

Size: 359 Bytes

Versions: 64

Compression:

Stored size: 359 Bytes

Contents

# This migration comes from dm_core (originally 20130914132041)
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

64 entries across 64 versions & 4 rubygems

Version Path
dm_newsletter-4.2.3.5 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_forum-4.2.3.5 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_event-4.2.3.5 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_cms-4.2.3.5 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_newsletter-4.2.3.4 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_forum-4.2.3.4 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_event-4.2.3.4 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_cms-4.2.3.4 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_newsletter-4.2.3.3 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_forum-4.2.3.3 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_event-4.2.3.3 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_cms-4.2.3.3 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_newsletter-4.2.3.2 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_forum-4.2.3.2 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_event-4.2.3.2 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_cms-4.2.3.2 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_newsletter-4.2.3.1 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_forum-4.2.3.1 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_event-4.2.3.1 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb
dm_cms-4.2.3.1 spec/dummy/db/migrate/20141114170948_add_notify_to_payment_history.dm_core.rb