update:修改ai_agent_chat_history表content字段类型为TEXT

This commit is contained in:
3030332422
2026-03-31 14:11:31 +08:00
parent cc2e30205f
commit 6f6c788cd5
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,2 @@
-- 修改聊天内容字段类型
ALTER TABLE ai_agent_chat_history MODIFY COLUMN content TEXT COMMENT '聊天内容';
@@ -571,3 +571,10 @@ databaseChangeLog:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202603111131.sql
- changeSet:
id: 202603311200
author: cgd
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202603311200.sql