Aventuras/src-tauri/migrations/004_entry_lore_blacklist.sql
2026-01-01 22:07:20 -07:00

3 lines
221 B
SQL

-- Add lore management blacklist column to entries table
-- When true, the entry is hidden from AI lore management (won't be seen or modified)
ALTER TABLE entries ADD COLUMN lore_management_blacklisted INTEGER DEFAULT 0;