mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-21 08:33:43 +08:00
fix: 忽略所有错误以确保SQL脚本继续执行
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
SET NAMES utf8mb4;
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
-- 忽略所有错误,继续执行
|
||||
SET sql_mode = '';
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for chat_config
|
||||
|
||||
Reference in New Issue
Block a user