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

Improve Documentation to describe how to work with indexes #219

Open
yashka713 opened this issue Nov 10, 2023 · 0 comments
Open

Improve Documentation to describe how to work with indexes #219

yashka713 opened this issue Nov 10, 2023 · 0 comments

Comments

@yashka713
Copy link

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?

User:
  index_users_on_less_password_token:
    UniqueIndexChecker:
      enabled: false
  index_users_on_reset_password_token:
    UniqueIndexChecker:
      enabled: false
  index_users_on_invitation_token:
    UniqueIndexChecker:
      enabled: false
@yashka713 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
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

1 participant