feat: work shifts history
This commit is contained in:
@@ -27,4 +27,5 @@ class WorkShift(BaseModel):
|
||||
user: Mapped["User"] = relationship(
|
||||
"User",
|
||||
back_populates="work_shifts",
|
||||
lazy="selectin",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user