123
This commit is contained in:
@@ -44,7 +44,7 @@ class Marketplace(BaseSiproModel):
|
||||
id: Mapped[int] = mapped_column(primary_key=True)
|
||||
name: Mapped[str] = mapped_column()
|
||||
auth_data: Mapped[str] = mapped_column()
|
||||
|
||||
base_marketplace: Mapped[int] = mapped_column()
|
||||
sell_mixes: Mapped[bool] = mapped_column()
|
||||
sell_blocks: Mapped[bool] = mapped_column()
|
||||
sell_warehouse_products: Mapped[bool] = mapped_column()
|
||||
|
||||
Reference in New Issue
Block a user