From d5c2b7f7d24ec2ff22d9807a7f70f87ae92a881c Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 18 Sep 2023 17:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=8D=87=E7=BA=A7=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E4=B8=AD=E7=9A=841.2.10=E6=94=B9=E6=88=901.2.9.1=EF=BC=8C?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E5=9C=A8=E6=B5=8B=E8=AF=95=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E4=B9=9F=E8=83=BD=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/setup/sql_upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/setup/sql_upgrade.go b/internal/setup/sql_upgrade.go index f03681a0..3b147c4a 100644 --- a/internal/setup/sql_upgrade.go +++ b/internal/setup/sql_upgrade.go @@ -99,7 +99,7 @@ var upgradeFuncs = []*upgradeVersion{ "1.2.9", upgradeV1_2_9, }, { - "1.2.10", upgradeV1_2_10, + "1.2.9.1", upgradeV1_2_10, // 1.2.10 }, }