-- 109: 메모 지원 컬럼 추가 (user_tags, pinned, ask_includable) -- file_hash는 note에서 content SHA-256 (파일 해시가 아닌 본문 버전 해시) ALTER TABLE documents ADD COLUMN IF NOT EXISTS user_tags JSONB DEFAULT '[]'::jsonb