ForcePilot/backend/package/yuxi/storage/postgres
Kris 33acf3b61e refactor(postgres models): remove unnecessary indexes and add new fields and indexes
1. 移除 ExternalSystemHealthCheck、ExternalSystemQuotaUsage、ExternalToolTestCase 中的冗余索引
2. 为 ChannelUserIdentity 新增 pending_review 字段并添加GIN索引加速查询
3. 为 ChannelAuditLog 添加 target_account 字段索引
4. 为 ChannelOutboxEntry 新增 delivered_parts 字段并添加高频查询列索引
2026-07-09 04:23:35 +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(postgres models): remove unnecessary indexes and add new fields and indexes 2026-07-09 04:23:35 +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