Aventuras/src-tauri/migrations/019_entry_reasoning.sql
2026-01-17 04:20:41 -06:00

4 lines
226 B
SQL

-- Add reasoning column to story_entries for persisting chain-of-thought/thinking content
-- This stores the AI's reasoning/thinking process separate from the main content
ALTER TABLE story_entries ADD COLUMN reasoning TEXT;