mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 05:03:43 +08:00
fix(小程序): 1. 修复小程序一直停留在加载页面 2. 修复小程序无法正常对话
This commit is contained in:
2
script/sql/update/update20250328.sql
Normal file
2
script/sql/update/update20250328.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `chat_message`
|
||||
ADD COLUMN `role` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '对话角色' AFTER `content`;
|
||||
Reference in New Issue
Block a user