From 8d497d73d245b8b1573ee713df81ca607e277765 Mon Sep 17 00:00:00 2001 From: canglan Date: Tue, 2 Jun 2026 14:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/routes/upgrade.py | 1 + upgrade.php | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/routes/upgrade.py b/backend/routes/upgrade.py index c9e6aac..0feb897 100644 --- a/backend/routes/upgrade.py +++ b/backend/routes/upgrade.py @@ -40,6 +40,7 @@ ALL_VERSIONS = { '2.5.1': 'v2.5.1.sql', '2.6': 'v2.6.sql', '2.7': 'v2.7.sql', + '2.8': 'v2.8.sql', } # 版本特征标记(按优先级从高到低) VERSION_MARKERS = [ diff --git a/upgrade.php b/upgrade.php index 84243d6..3316354 100644 --- a/upgrade.php +++ b/upgrade.php @@ -31,6 +31,7 @@ $UPGRADE_VERSIONS = [ '2.5.1' => __DIR__ . '/sql/upgrades/v2.5.1.sql', '2.6' => __DIR__ . '/sql/upgrades/v2.6.sql', '2.7' => __DIR__ . '/sql/upgrades/v2.7.sql', + '2.8' => __DIR__ . '/sql/upgrades/v2.8.sql', ]; /**