feat(shangwutong): sync customer names back to channel (#3)

Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
Rogee
2026-08-12 22:58:46 +08:00
committed by GitHub
co-authored by rogee
parent 83a8ab315a
commit 406e7a07fe
25 changed files with 284 additions and 20 deletions
@@ -0,0 +1,2 @@
ALTER TABLE contact_inboxes
DROP COLUMN IF EXISTS channel_metadata;
@@ -0,0 +1,2 @@
ALTER TABLE contact_inboxes
ADD COLUMN IF NOT EXISTS channel_metadata JSONB NOT NULL DEFAULT '{}'::jsonb;