fix(migrations): 143 asyncpg multi-statement 분리 #3
Reference in New Issue
Block a user
Delete Branch "fix/migration-143-split"
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?
긴급 복구 — fastapi 부팅 실패 해소.
asyncpg prepared statement single-command 제약에 §1 의 multi-statement migration 143 이 걸려 컨테이너 restart 루프. 143 을 4 개 파일로 분리 (TYPE / ALTER / INDEX / partial INDEX).
DB 는 batch 자체가 reject 되어 깨끗한 상태 — 재실행 안전.
Merge 후 GPU 서버 pull + rebuild 로 서비스 복구.