From 7245259bc493896c0e2eb8185fc336652601e79e Mon Sep 17 00:00:00 2001 From: LM20230311 Date: Wed, 4 Mar 2026 17:57:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=BD=E7=95=A5=E6=89=80=E6=9C=89?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BB=A5=E7=A1=AE=E4=BF=9DSQL=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=BB=A7=E7=BB=AD=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/script/sql/ruoyi-ai-v3_mysql8.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/script/sql/ruoyi-ai-v3_mysql8.sql b/docs/script/sql/ruoyi-ai-v3_mysql8.sql index 805c932d..0f957597 100644 --- a/docs/script/sql/ruoyi-ai-v3_mysql8.sql +++ b/docs/script/sql/ruoyi-ai-v3_mysql8.sql @@ -16,6 +16,8 @@ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; +-- 忽略所有错误,继续执行 +SET sql_mode = ''; -- ---------------------------- -- Table structure for chat_config