mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
чиним билд11
This commit is contained in:
@@ -17,4 +17,4 @@ class Employee(Base):
|
||||
password = Column(String, nullable=False)
|
||||
created_at = Column(DateTime(timezone=True), server_default=func.now())
|
||||
|
||||
requests = relationship("app.models.request.Request", back_populates="employee")
|
||||
requests = relationship("Request", back_populates="employee", lazy="dynamic")
|
||||
Reference in New Issue
Block a user