Search, chat and research over parliamentary speeches and documents
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

4 lines
193 B

ALTER TABLE chat_snapshots
ADD COLUMN IF NOT EXISTS llm_messages JSONB,
ADD COLUMN IF NOT EXISTS focus_ids TEXT[] DEFAULT '{}',
ADD COLUMN IF NOT EXISTS initial_talk_id TEXT;