Skip to content

Commit

Permalink
fixded mysql_upgrade/0022.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Sep 10, 2024
1 parent 4961f24 commit 6f6597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hikyuu/data/mysql_upgrade/0022.sql
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 6f6597d

Please sign in to comment.