Sha256: e227e91c3bf9af71292000b621570cb5b3edd0eb736465d6567584ec5fc45e1f

Contents?: true

Size: 226 Bytes

Versions: 9

Compression:

Stored size: 226 Bytes

Contents

class AddIndexesToKktShoppeOrders < ActiveRecord::Migration
  def change
    add_index :kkt_shoppe_orders, :token
    add_index :kkt_shoppe_orders, :delivery_service_id
    add_index :kkt_shoppe_orders, :received_at
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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