320c02fe29
cherry-pick 시점에 main 이 PR-B B-2 (161_analyze_events_answerability + 162_analyze_events_answerability_idx) 까지 포함해 번호 충돌. fastapi 부팅 시 _parse_migration_files 가 "migration 버전 중복: 161_..." 로 RuntimeError. 163 로 재지정 (schema_migrations 의 기존 161/162 레코드는 그대로 유효).
4 lines
244 B
SQL
4 lines
244 B
SQL
-- 156: 메모 체크박스 개별 항목의 체크 시각 저장 (자동 숨김용)
|
|
-- 구조: {"<task_index>": {"checked_at": "<ISO8601 UTC>"}}
|
|
ALTER TABLE documents ADD COLUMN IF NOT EXISTS memo_task_state JSONB NOT NULL DEFAULT '{}'::jsonb
|