Merge pull request #1847 from 1122455801/mod_sql_0618

[Mod] 修复database_sql缺失字段
This commit is contained in:
vn.py 2019-06-18 23:32:48 +08:00 committed by GitHub
commit fe87eac546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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