osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
8 stars 5 forks source link

Move `PlayerOsuRulesetData` into it's own entity and database table #376

Closed myssto closed 2 months ago

myssto commented 2 months ago

To be honest I'm not really sure why I thought storing this as JSON in the players table itself was a good idea. It's not efficient and it's not data that is needed every time we request a player. PlayerOsuRulesetData should be moved into it's own table and added as a navigation to the Player entity.