lazyBoy/migrations/045_conversation_context_ge...

3 lines
151 B
MySQL
Raw Normal View History

2026-09-12 10:49:47 +00:00
-- Fence background handoffs against clearing and reusing a conversation.
ALTER TABLE threads ADD COLUMN history_generation BIGINT NOT NULL DEFAULT 0;