Wallet table removed

This commit is contained in:
misagh 2018-11-17 21:31:06 +01:00
parent a0658bb504
commit d5b47abe98

View File

@ -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)