fix: lifespan 에서 Base.metadata.create_all — 신규 테이블 자동 반영 #51
No reviewers
Labels
No labels
api
bug
chore
collector
decision-needed
docs
enhancement
feature
feedback-loop
frontend
infra
skill
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xhh/financial-data-platform!51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/lifespan-create-all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
v0.3.0 배포 실패 원인 수정. 기존 DB 에
gdpnow_vintages테이블이 없어 /api/health 503 → healthcheck 실패 → streamlit depends_on 실패.Base.metadata.create_all(engine)추가init_db.py수동 실행 필요 없음Test plan
이 PR 병합 후 v0.3.1 태그로 재배포 필요.