From 6f6597d917470270f447c2478b39061c9c9fe305 Mon Sep 17 00:00:00 2001 From: fasiondog Date: Tue, 10 Sep 2024 18:10:57 +0800 Subject: [PATCH] fixded mysql_upgrade/0022.sql --- hikyuu/data/mysql_upgrade/0022.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikyuu/data/mysql_upgrade/0022.sql b/hikyuu/data/mysql_upgrade/0022.sql index ad72217d6..3400c2695 100644 --- a/hikyuu/data/mysql_upgrade/0022.sql +++ b/hikyuu/data/mysql_upgrade/0022.sql @@ -1,4 +1,4 @@ -DELETE FROM `hku_base`.`stkWeight`; +DELETE FROM `hku_base`.`stkweight`; UPDATE `hku_base`.`coderuletype` SET `codepre`=51 WHERE `codepre`=510 AND `marketid`=1; UPDATE `hku_base`.`coderuletype` SET `codepre`=50 WHERE `codepre`=500 AND `marketid`=1; UPDATE `hku_base`.`coderuletype` SET `codepre`=20 WHERE `codepre`=200 AND `marketid`=2;