For real this time, it really works
This commit is contained in:
@@ -7,8 +7,8 @@ class User(BaseModel):
|
||||
username: str
|
||||
hashed_password: str
|
||||
|
||||
high_scores: List[int] = []
|
||||
course_progresses: List[int] = []
|
||||
high_score_ids: List[int] = []
|
||||
course_progress_ids: List[int] = []
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
Reference in New Issue
Block a user