Sha256: 235268057b910515eb404c877fa080c953ae5413027222d0943379925d95e986

Contents?: true

Size: 130 Bytes

Versions: 9

Compression:

Stored size: 130 Bytes

Contents

class AddIndexesToKktShoppeUsers < ActiveRecord::Migration
  def change
    add_index :kkt_shoppe_users, :email_address
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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