From 04e60211569537cf9d112036f3eb6fd1c9e3330b Mon Sep 17 00:00:00 2001 From: han0 Date: Mon, 7 Apr 2025 09:14:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E4=B8=8A=E4=BC=A0=E8=B0=83=E6=9F=A5=E8=A1=A8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/_sql/init/mysql/v0.9.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/_sql/init/mysql/v0.9.sql b/src/main/resources/_sql/init/mysql/v0.9.sql index 08cb68a..74e580a 100644 --- a/src/main/resources/_sql/init/mysql/v0.9.sql +++ b/src/main/resources/_sql/init/mysql/v0.9.sql @@ -3,4 +3,5 @@ UPDATE MATERIAL SET ROUND_BIT = 2, ROUND_METHOD = 'none' WHERE ID IN ('300300200 UPDATE MATERIAL SET ROUND_BIT = 1, ROUND_METHOD = 'none' WHERE ID IN ('2005002', '2009028', '2009033', '5005001', '5005002', '5005003', '5005006', '5005007', '5005009', '5006001', '5006002', '5009002', '6001002', '6001003'); DROP INDEX Idx_key ON data_fujian; -DROP INDEX Idx_key ON fuzhou_highway_bureau; \ No newline at end of file +DROP INDEX Idx_key ON fuzhou_highway_bureau; +DROP INDEX Idx_key ON fujian_survey; \ No newline at end of file