diff --git a/database/sipro/models/products.py b/database/sipro/models/products.py index 8c00acd..ccc7ece 100644 --- a/database/sipro/models/products.py +++ b/database/sipro/models/products.py @@ -38,6 +38,7 @@ class SupplierProduct(BaseSiproModel): product: Mapped["Product"] = relationship() in_block: Mapped[int] = mapped_column() + is_deleted: Mapped[bool] = mapped_column() class CompanyWarehouseProduct(BaseSiproModel):