mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 11:50:15 +00:00
3 lines
221 B
SQL
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;
|