last_uddated for user_stats, swtich to timestamptz

This commit is contained in:
Andreas Köpf
2023-01-19 22:07:08 +01:00
parent 7a1a8c8b54
commit 038d1cc004
12 changed files with 70 additions and 12 deletions
@@ -392,6 +392,7 @@ class UserScore(BaseModel):
class LeaderboardStats(BaseModel):
time_frame: str
last_updated: datetime
leaderboard: List[UserScore]