Sha256: 3c3e9971a4b68031e09385c013dfd65dd189acd84b363765d955c0031fd8bf67
Contents?: true
Size: 256 Bytes
Versions: 16
Compression:
Stored size: 256 Bytes
Contents
class IndexForeignKeysInCorePaymentHistories < ActiveRecord::Migration def change add_index :core_payment_histories, :account_id add_index :core_payment_histories, :transaction_id add_index :core_payment_histories, :user_profile_id end end
Version data entries
16 entries across 16 versions & 1 rubygems