You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
yashka713
changed the title
Improove Documentation to describe how to work with indexes
Improve Documentation to describe how to work with indexes
Nov 10, 2023
For example, I have a User model with
Devise
inside.Devise
generates a batch of columns and indexes for them:Columns:
less_password_token
reset_password_token
invitation_token
And indexes:
index_users_on_less_password_token
index_users_on_reset_password_token
index_users_on_invitation_token
Currently, documentation does not clearly describe how to work with indexes. So could you copy this to the database configuration example?
The text was updated successfully, but these errors were encountered: