Sha256: d8e0bcf95db52db3e57634dc4144a30c2a63abf7ea58eb89567ce13a71f05b00

Contents?: true

Size: 186 Bytes

Versions: 9

Compression:

Stored size: 186 Bytes

Contents

class AddIndexesToKktShoppePayments < ActiveRecord::Migration
  def change
    add_index :kkt_shoppe_payments, :order_id
    add_index :kkt_shoppe_payments, :parent_payment_id
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-2.0.1 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-2.0.0 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-1.3.0 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-1.2.1 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-1.2.0 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-1.1.2 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-1.1.1 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb
kkt_shoppe-1.1.0 db/migrate/20141026180333_add_indexes_to_kkt_shoppe_payments.rb