fix(queue): migration을 단일 statement 파일 3개로 분리

asyncpg prepare가 다중 statement 불가. 117(stale 정리) → 118(constraint 제거)
→ 119(partial unique index 생성) 순차 실행.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-15 08:40:19 +09:00
parent f0c7d4c2c2
commit 7c78c09046
3 changed files with 9 additions and 12 deletions
@@ -0,0 +1,2 @@
ALTER TABLE processing_queue
DROP CONSTRAINT processing_queue_document_id_stage_status_key