Migrate poo recorder and align Alembic naming

This commit is contained in:
2026-04-20 11:48:48 +02:00
parent e334df992f
commit 044b47c573
34 changed files with 1138 additions and 31 deletions
+8 -2
View File
@@ -30,8 +30,10 @@
- `api/`
- HTTP routes
- 当前已迁入 `POST /homeassistant/publish` 第一版入口
- 当前已迁入 `POST /poo/record``GET /poo/latest`
- `models/`
- SQLAlchemy models
- 当前 `location``poo` 使用各自独立的数据库 base
- `schemas/`
- Pydantic schemas
- `services/`
@@ -44,9 +46,13 @@
- `static/`
- 极简静态资源
### `alembic/`
### `alembic_location/`
数据库 migration 基础设施。当前尚未迁入业务表,但迁移链路已就绪。
Location DB 的 migration 基础设施。
### `alembic_poo/`
Poo DB 的 migration 基础设施。
### `tests/`