绝尘
a0987bad7d
重构: 拆migrations SQL迁移(strategy核心库)
- 新建 df-storage/migrations_helpers.rs(103行): column_exists纯查询fn + 4测试
- migrations.rs 659→541: use column_exists + 删原fn+测试, run/migrate_v1-v19主入口保留
- lib.rs: pub mod migrations_helpers
主代grep核验(不cargo避executor-split df-workflow中间态): migrations.rs use+column_exists 16处调用 + lib.rs pub mod印证; agent df-storage独立自验cargo 0+test 35+11
strategy: 核心库自底向上, 纯查询函数抽离(PRAGMA无副作用, SQL行为不变), pub(crate)零外部暴露扩大
git add指定(df-storage/*)
2026-06-19 04:46:25 +08:00
..
2026-06-19 01:34:59 +08:00
2026-06-12 01:31:05 +08:00
2026-06-19 04:46:25 +08:00
2026-06-19 04:46:25 +08:00
2026-06-19 04:46:25 +08:00
2026-06-17 02:04:58 +08:00
2026-06-19 00:10:14 +08:00