Files
gochat/backend/migrations/000077_add_ai_takeover_version.down.sql
T
Rogeeandrogee 83a8ab315a H-16: align takeover with channel AI workflow (#2)
* 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>
2026-08-12 22:57:06 +08:00

3 lines
73 B
SQL

ALTER TABLE conversations
DROP COLUMN IF EXISTS ai_takeover_version;