013-add-model.sql

1-- Add model column to conversations table
2-- This stores the LLM model used for the conversation
3
4ALTER TABLE conversations ADD COLUMN model TEXT;