ForcePilot/backend/package/yuxi/storage/postgres
Kris 16f7e2d6ab refactor(storage/postgres): 清理废弃字段与冗余模型
1. 移除ChannelAccount表的capabilities、config_version、last_message_at字段
2. 扩大service_user_uid字段长度至225
3. 移除AuditExportTask模型并清理相关代码
4. 更新ChannelOutboxEntry、ChannelIdempotency、ChannelContentReviewRecord的注释与索引
5. 为ChannelPairing添加SQLAlchemy乐观锁支持
6. 新增ChannelContentReviewRecord的决策时长统计字段
2026-07-08 03:58:34 +08:00
..
manager.py feat(storage): add multi-channel gateway storage support 2026-07-07 16:23:08 +08:00
models_business.py feat(storage): add multi-channel gateway storage support 2026-07-07 16:23:08 +08:00
models_channels.py refactor(storage/postgres): 清理废弃字段与冗余模型 2026-07-08 03:58:34 +08:00
models_external.py feat(storage): add multi-channel gateway storage support 2026-07-07 16:23:08 +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