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