From 6ce0cf80aac62259b810e9d6c0897ef2a12c89b2 Mon Sep 17 00:00:00 2001 From: lxy Date: Thu, 16 Oct 2025 11:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=855.8.1=E7=9B=B8=E5=85=B3sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade/5.8.1/01.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 upgrade/5.8.1/01.sql diff --git a/upgrade/5.8.1/01.sql b/upgrade/5.8.1/01.sql new file mode 100644 index 000000000..d39b9b846 --- /dev/null +++ b/upgrade/5.8.1/01.sql @@ -0,0 +1 @@ +ALTER TABLE `articleMenu` ADD column `latestAt` bigint DEFAULT NULL; \ No newline at end of file