cheshire137 / competiwatch

Web app to track and visualize your competitive match history in Overwatch.
MIT License
17 stars 4 forks source link

Look into changing storage of match_friends #62

Closed cheshire137 closed 6 years ago

cheshire137 commented 6 years ago

Instead of having a match_friends table, maybe make use of an array field of friend IDs on the matches table. Would reduce row count in the database.