add position field to competition results

This commit is contained in:
Timur
2025-03-04 02:21:03 +03:00
parent cd1285e12f
commit 0f856060bb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -68,3 +68,4 @@ class TaskStatusSchema(Schema):
task_name: str
result: int
max_points: int
position: int