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

Decommission `base_stats` table #462

Open hburn7 opened 1 month ago

hburn7 commented 1 month ago

The base_stats table is entirely obsolete and needs to be removed. Remove the entity, repository, service layer, etc.

If any endpoints refer to this table, it should reference the player_ratings table instead.