refactor: reorganize startup persistence boundaries

This commit is contained in:
jxxghp
2026-08-23 21:24:34 +08:00
parent 7f09927c47
commit e1509c4e0d
96 changed files with 1036 additions and 782 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from sqlalchemy import pool
from alembic import context
from app.db import Base
from app.startup.cache_initializer import configure_cache_dependencies
from app.startup.initializers.cache import configure_cache_dependencies
# 历史 migration 会调用使用 FileCache 的业务清理链,Alembic 自身也是组合入口。
configure_cache_dependencies()