ForcePilot/backend/package/yuxi/storage/postgres
Kris 111f510cf5 refactor(postgres models): 调整多个数据库字段长度和注释
1. 将ChannelContentReviewRecord的account_id从String(64)扩容至String(128),补充注释说明对齐channel_accounts.account_id
2. 将Conversation的uid从String(64)扩容至String(225),补充注释说明包含服务账号uid
3. 将Conversation的channel_account_id从String(64)扩容至String(128),补充对齐注释
4. 将MessageFeedback和AgentRun的uid从String(64)扩容至String(225),补充注释说明包含服务账号uid
2026-07-09 13:52:45 +08:00
..
manager.py feat(storage): add multi-channel gateway storage support 2026-07-07 16:23:08 +08:00
models_business.py refactor(postgres models): 调整多个数据库字段长度和注释 2026-07-09 13:52:45 +08:00
models_channels.py refactor(postgres models): 调整多个数据库字段长度和注释 2026-07-09 13:52:45 +08:00
models_external.py refactor(postgres models): remove unnecessary indexes and add new fields and indexes 2026-07-09 04:23:35 +08:00
models_knowledge.py feat: 支持评估运行命名 2026-06-04 13:39:09 +08:00
models_scheduler.py feat(storage): add multi-channel gateway storage support 2026-07-07 16:23:08 +08:00