You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the scores for all players are squished on to the end of a row in mp_match_rounds, this is pretty bad and we have to null any slots that didn't have a user in it. We could instead just store it in it's own table like mp_match_round_scores and store it by match_id, slot_id and user_id and exclude any slots that didn't have a user in it.
The text was updated successfully, but these errors were encountered:
Right now the scores for all players are squished on to the end of a row in
mp_match_rounds
, this is pretty bad and we have to null any slots that didn't have a user in it. We could instead just store it in it's own table likemp_match_round_scores
and store it bymatch_id
,slot_id
anduser_id
and exclude any slots that didn't have a user in it.The text was updated successfully, but these errors were encountered: