1 2 3 4
-- Add auto_repair_mode to per-repo automation settings. -- Default 'off' — bot never commits to branches unless the owner enables it. ALTER TABLE repo_automation_settings ADD COLUMN IF NOT EXISTS auto_repair_mode TEXT NOT NULL DEFAULT 'off';