From 3c237f45ad79aad0d5c73998aa13b61fad91b2ff Mon Sep 17 00:00:00 2001 From: ageerle Date: Mon, 13 Oct 2025 14:40:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(chat):=20=E4=BF=AE=E5=A4=8D=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E7=B1=BB=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{mcp_info_menu.sql => 2025-10-13-mcp工具管理.sql} | 0 script/sql/update/fix-upload-bucket.sql | 8 -------- 2 files changed, 8 deletions(-) rename script/sql/update/{mcp_info_menu.sql => 2025-10-13-mcp工具管理.sql} (100%) delete mode 100644 script/sql/update/fix-upload-bucket.sql diff --git a/script/sql/update/mcp_info_menu.sql b/script/sql/update/2025-10-13-mcp工具管理.sql similarity index 100% rename from script/sql/update/mcp_info_menu.sql rename to script/sql/update/2025-10-13-mcp工具管理.sql diff --git a/script/sql/update/fix-upload-bucket.sql b/script/sql/update/fix-upload-bucket.sql deleted file mode 100644 index faa2dc37..00000000 --- a/script/sql/update/fix-upload-bucket.sql +++ /dev/null @@ -1,8 +0,0 @@ --- 默认开启本地minio -UPDATE `ruoyi-ai`.sys_oss_config t -SET t.status = '1' -WHERE t.oss_config_id = 4; - -UPDATE `ruoyi-ai`.sys_oss_config t -SET t.status = '0' -WHERE t.oss_config_id = 1; \ No newline at end of file