-- Add thread_id to sessions to store the forum topic ID so we can delete it later ALTER TABLE sessions ADD COLUMN thread_id INTEGER;