mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
чиним билд114
This commit is contained in:
@@ -20,5 +20,6 @@ class Employee(Base):
|
||||
requests = relationship(
|
||||
"app.models.request.Request",
|
||||
back_populates="employee",
|
||||
lazy="dynamic"
|
||||
lazy="dynamic",
|
||||
cascade="all, delete-orphan"
|
||||
)
|
||||
Reference in New Issue
Block a user