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