feat(shangwutong): sync customer names back to channel (#3)
Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user