lazyBoy/migrations/044_plan_shown.sql

5 lines
239 B
MySQL
Raw Normal View History

2026-09-12 09:36:36 +00:00
-- One planning pause per conversation. After the bot has shown a plan (or
-- started work), later messages in the same thread skip the plan gate.
ALTER TABLE threads
ADD COLUMN IF NOT EXISTS plan_shown BOOLEAN NOT NULL DEFAULT FALSE;