mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Wallet table removed
This commit is contained in:
parent
a0658bb504
commit
d5b47abe98
|
@ -54,9 +54,6 @@ def init(config: Dict) -> None:
|
|||
Trade.session = session()
|
||||
Trade.query = session.query_property()
|
||||
|
||||
Wallet.session = session()
|
||||
Wallet.query = session.query_property()
|
||||
|
||||
_DECL_BASE.metadata.create_all(engine)
|
||||
check_migrate(engine)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user