feat(db): add TypeORM migration workflow for center and guild

This commit is contained in:
nav
2026-05-12 12:32:44 +00:00
parent 1b568757cb
commit 07d8b20f57
7 changed files with 41 additions and 3 deletions

View File

@@ -94,7 +94,7 @@
## 6. 部署与运维
- [x] `docker-compose.prod.yml`(去掉 `DB_SYNC=true`
- [ ] DB migration 机制TypeORM migration
- [x] DB migration 机制TypeORM migration
- [ ] 结构化日志 + request id
- [ ] 基础监控指标QPS、延迟、错误率
- [ ] 备份与恢复流程文档