Merge branch 'refactor/backend-architecture' into development
This commit is contained in:
9
api/migrations_legacy/README.md
Normal file
9
api/migrations_legacy/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 历史迁移(已归档)
|
||||
|
||||
> **注意**:本目录下的 SQL 文件为架构重构前的历史迁移,**不再使用**。
|
||||
> 当前数据库 schema 由 **Alembic** 管理,请使用 `alembic upgrade head` 进行迁移。
|
||||
|
||||
## 说明
|
||||
|
||||
- 本目录保留仅作历史参考,部署时请勿执行这些 SQL。
|
||||
- 新部署或 schema 变更请使用:`uv run alembic upgrade head`
|
||||
Reference in New Issue
Block a user