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
Was just wondering if database indexes and foreign key constraints were left out for a specific reason ? If not, I can add those for performance sake.
The text was updated successfully, but these errors were encountered:
Yes, we should index friend_id to improve performance. I must have missed it.
friend_id
Sorry, something went wrong.
@f-anthonioz once #60 is released, I'll add migrations to fix this.
This should be resolved!
No branches or pull requests
Was just wondering if database indexes and foreign key constraints were left out for a specific reason ?
If not, I can add those for performance sake.
The text was updated successfully, but these errors were encountered: