fix model

This commit is contained in:
poturaevpetr
2025-12-25 22:03:53 +05:00
parent fa4c46173f
commit c2289bfc45
5 changed files with 19 additions and 20 deletions
+2 -2
View File
@@ -11,6 +11,6 @@ class Operator(Base):
fio = Column(String(100))
num = Column(Integer)
calls = relationship("Call", back_populates="operator")
# TODO: Добавить relationship когда будет создана модель Call
# calls = relationship("Call", back_populates="operator")