fix model
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user