feat(realestate): 매물 DB 4테이블(listings/market_deals/matches/criteria)+헬퍼
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EqCYBhvTcdeCTUDX3RhWx9
This commit is contained in:
@@ -16,6 +16,11 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
||||
# 테이블 목록 — init_db가 생성하는 모든 테이블
|
||||
_USER_TABLES = (
|
||||
"listing_matches", # FK CASCADE 대비 자식 테이블 먼저
|
||||
"listings",
|
||||
"market_deals",
|
||||
"listing_criteria",
|
||||
"listing_collect_log",
|
||||
"match_results", # FK CASCADE 대비 자식 테이블 먼저
|
||||
"announcement_models",
|
||||
"announcements",
|
||||
|
||||
Reference in New Issue
Block a user