mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-02 03:48:19 +08:00
fixed 新增的北交所股票类型还是A股
This commit is contained in:
parent
ce4ce8b2de
commit
2953f4668c
3
hikyuu/data/mysql_upgrade/0014.sql
Normal file
3
hikyuu/data/mysql_upgrade/0014.sql
Normal file
@ -0,0 +1,3 @@
|
||||
UPDATE `hku_base`.`stock` set `type`=11 where `marketid`=3;
|
||||
UPDATE `hku_base`.`coderuletype` set `type`=11 where `marketid`=3;
|
||||
UPDATE `hku_base`.`version` set `version` = 14;
|
7
hikyuu/data/sqlite_upgrade/0015.sql
Normal file
7
hikyuu/data/sqlite_upgrade/0015.sql
Normal file
@ -0,0 +1,7 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
UPDATE `Stock` set `type`=11 where `marketid`=3;
|
||||
UPDATE `CodeRuleType` set `type`=11 where `marketid`=3;
|
||||
UPDATE `version` set `version` = 15;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue
Block a user