Sha256: 0401057df45b49a78cef187165d26bd2cba093f0d2b5ed04368e2cb02d61987f

Contents?: true

Size: 123 Bytes

Versions: 11

Compression:

Stored size: 123 Bytes

Contents

class AddIndexesToShoppeUsers < ActiveRecord::Migration
  def change
    add_index :shoppe_users, :email_address
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

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