Files
Web_BLS_Heartbeat_Server/openspec/changes/remove-runtime-db-bootstrap/tasks.md

6 lines
462 B
Markdown
Raw Normal View History

## 1. Implementation
- [x] 1.1 新增根目录 `SQL_Script/`,提供建库与分区预创建 SQL/JS 脚本。
- [x] 1.2 删除运行时服务中的建表、建函数、建索引与定时分区维护逻辑。
- [x] 1.3 删除运行时配置中的初始化/分区维护开关字段。
- [x] 1.4 保留缺分区写入兜底:基于批次时间范围调用 `heartbeat.ensure_partitions` 后重试。
- [x] 1.5 执行构建验证,确保主服务可正常打包。