We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
reset_password_token
It's a minor fix, not really sure it will speed things up (because every index slows insert/update)
The text was updated successfully, but these errors were encountered:
This is closed with #140
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: