osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
4 stars 2 forks source link

Implement new `MatchWinRecord` schema #299

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

The otr-processor uses a new MatchWinRecord schema as shown here https://github.com/osu-tournament-rating/otr-processor/pull/45

This is necessary to upload the stats correctly to the database.

Closes #298