Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store match round scores in seperate table #20

Open
tgpholly opened this issue Oct 4, 2023 · 0 comments
Open

Store match round scores in seperate table #20

tgpholly opened this issue Oct 4, 2023 · 0 comments

Comments

@tgpholly
Copy link
Owner

tgpholly commented Oct 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant