microverseinc / ror-social-scaffold

This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.
69 stars 515 forks source link

Optimisations for milestone 6 #375

Closed SamroodAli closed 3 years ago

SamroodAli commented 3 years ago

Create mutual friendships in table A user accepting another user's request creates mutual friendships in friendships table Also indexes and unique true for [user_id,friend_id] as well as [friend_id and user_id]