Closed bukajsytlos closed 3 years ago
The problem was that we were relying on the pair (login_id, league_season_id)
to have a UNIQUE
constraint so that we could do a single query upsert (INSERT on duplicate key UPDATE) when writing score updates and removing that constrained caused duplicate score entries.
Closes #19