QC check
This commit is contained in:
@@ -43,6 +43,7 @@ class Shop(Base):
|
||||
"MarketplaceImportJob", back_populates="shop"
|
||||
)
|
||||
|
||||
|
||||
class ShopProduct(Base):
|
||||
__tablename__ = "shop_products"
|
||||
|
||||
@@ -81,4 +82,3 @@ class ShopProduct(Base):
|
||||
Index("idx_shop_product_active", "shop_id", "is_active"),
|
||||
Index("idx_shop_product_featured", "shop_id", "is_featured"),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user