Merge branch 'master' into VORKOUT-7

This commit is contained in:
TheNoxium
2025-06-05 13:04:25 +05:00
34 changed files with 909 additions and 322 deletions

View File

@@ -6,7 +6,7 @@ from api.db.tables.account import AccountRole,AccountStatus
class UserUpdate(BaseModel):
class UserUpdate(Base):
id: Optional[int] = None
name: Optional[str] = Field(None, max_length=100)
login: Optional[str] = Field(None, max_length=100)