forked from kodorvan/stcs
Fixed
This commit is contained in:
@@ -150,5 +150,4 @@ class USER_DEALS(Base):
|
||||
tg_id = mapped_column(ForeignKey("user_telegram_id.tg_id"))
|
||||
|
||||
symbol = mapped_column(String(18), default='PENGUUSDT')
|
||||
open_price = mapped_column(Integer(), default=1)
|
||||
side = mapped_column(String(10), nullable=False)
|
Reference in New Issue
Block a user