Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db index on reset_password_token missing #83

Closed
vfonic opened this issue Mar 3, 2017 · 1 comment
Closed

db index on reset_password_token missing #83

vfonic opened this issue Mar 3, 2017 · 1 comment

Comments

@vfonic
Copy link

vfonic commented Mar 3, 2017

The reset_password_token db index has been existing in devise since the creation of this file:
https://github.com/plataformatec/devise/blob/88724e10adaf9ffd1d8dbfbaadda2b9d40de756a/lib/generators/active_record/templates/migration.rb#L14

It's a minor fix, not really sure it will speed things up (because every index slows insert/update)

@kennyadsl
Copy link
Member

This is closed with #140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants