3 lines
151 B
MySQL
3 lines
151 B
MySQL
|
|
-- Fence background handoffs against clearing and reusing a conversation.
|
||
|
|
ALTER TABLE threads ADD COLUMN history_generation BIGINT NOT NULL DEFAULT 0;
|