spree-contrib / spree_social

Building block for spree social networking features (provides authentication and account linkage)
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
213 stars 283 forks source link

Adds missing indexes to spree_authentications #211

Closed laertispappas closed 6 years ago

laertispappas commented 7 years ago

Adds a composite index on uid and provider and a missing index on user_id.

laertispappas commented 6 years ago

@damianlegawiec Changed migration class to extend SpreExtension::Migration.

damianlegawiec commented 6 years ago

Thank you @laertispappas 👍