feat: work shifts history

This commit is contained in:
2024-11-28 18:00:53 +04:00
parent 41c54d7bb7
commit 96998a4c05
5 changed files with 58 additions and 25 deletions

View File

@@ -27,4 +27,5 @@ class WorkShift(BaseModel):
user: Mapped["User"] = relationship(
"User",
back_populates="work_shifts",
lazy="selectin",
)