Skip to content

Commit

Permalink
Update submission.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Mar 6, 2024
1 parent c15f73f commit 109dcf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gameserver/models/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ class Meta:
indexes = [
models.Index(fields=['user']),
models.Index(fields=['problem']),
models.Index(fields=['is_correct']),
models.Index(fields=['problem__is_public']),
models.Index(fields=['is_correct'])
]

0 comments on commit 109dcf0

Please sign in to comment.