Files
hyungi_document_server/migrations/135_ask_events_observability.sql
Hyungi Ahn 72b7e65fca fix(migration): asyncpg 다중 statement 분리 (135/136)
a842c65 패턴과 동일. asyncpg는 prepared statement에 단일 SQL만 허용.
- 135: ALTER TABLE만, 세미콜론 제거
- 136: CREATE INDEX 별도 파일

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 13:54:15 +09:00

2 lines
250 B
SQL

ALTER TABLE ask_events ADD COLUMN IF NOT EXISTS answer_length INT, ADD COLUMN IF NOT EXISTS covered_aspects JSONB, ADD COLUMN IF NOT EXISTS missing_aspects JSONB, ADD COLUMN IF NOT EXISTS model_name TEXT, ADD COLUMN IF NOT EXISTS prompt_version TEXT