* feat(conversations): complete manual AI takeover * fix(conversations): align AI takeover flow with channel AI * fix(conversations): close takeover review gaps --------- Co-authored-by: Rogee <rogee@ipao.vip>
3 lines
102 B
SQL
3 lines
102 B
SQL
ALTER TABLE conversations
|
|
ADD COLUMN IF NOT EXISTS ai_takeover_version BIGINT NOT NULL DEFAULT 0;
|