fix: 忽略所有错误以确保SQL脚本继续执行

This commit is contained in:
LM20230311
2026-03-04 17:57:08 +08:00
parent 6690c8204c
commit 7245259bc4

View File

@@ -16,6 +16,8 @@
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- 忽略所有错误,继续执行
SET sql_mode = '';
-- ----------------------------
-- Table structure for chat_config