Update database_sql.py

This commit is contained in:
1122455801 2019-06-18 15:38:05 +08:00
parent 1017420b7a
commit 000d19afc8

View File

@ -118,6 +118,7 @@ def init_models(db: Database, driver: Driver):
volume=self.volume, volume=self.volume,
open_price=self.open_price, open_price=self.open_price,
high_price=self.high_price, high_price=self.high_price,
open_interest=self.open_interest,
low_price=self.low_price, low_price=self.low_price,
close_price=self.close_price, close_price=self.close_price,
gateway_name="DB", gateway_name="DB",