crappy
This commit is contained in:
@@ -11,5 +11,5 @@ class Product(BaseModel):
|
||||
article = Column(String, nullable=False, index=True)
|
||||
|
||||
client_id = Column(Integer, ForeignKey('clients.id'), nullable=False, comment='ID сделки')
|
||||
client = relationship('Client', back_populates='status_history')
|
||||
client = relationship('Client', back_populates='products')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user