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