* 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
73 B
SQL
3 lines
73 B
SQL
ALTER TABLE conversations
|
|
DROP COLUMN IF EXISTS ai_takeover_version;
|