Sha256: 32a0f3317eeaa5ba90c8c1190a3ace5e717acb8f7c8b8114be1ba304cf6bcded

Contents?: true

Size: 211 Bytes

Versions: 11

Compression:

Stored size: 211 Bytes

Contents

class AddIndexesToShoppeOrders < ActiveRecord::Migration
  def change
    add_index :shoppe_orders, :token
    add_index :shoppe_orders, :delivery_service_id
    add_index :shoppe_orders, :received_at
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
shoppe-1.1.2 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.1.1 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.1.0 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.0.9 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.0.8 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
kylekthompson-shoppe-1.0.7 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.0.7 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.0.6 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/shoppe-1.0.5/db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.0.5 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb
shoppe-1.0.3 db/migrate/20141026175943_add_indexes_to_shoppe_orders.rb