From fe7d1549c4790167c08685fe4574c583c1bd3e0a Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 15 Oct 2023 15:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=B8=B4=E6=97=B6=E7=9A=841.2.9.1?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=A8=8B=E5=BA=8F=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA1.2.10?= 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 3b147c4a..f03681a0 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.9.1", upgradeV1_2_10, // 1.2.10 + "1.2.10", upgradeV1_2_10, }, }