feat: sync rich text message support
This commit is contained in:
parent
4d3bbeabd8
commit
7c9d8dda16
41 changed files with 1164 additions and 94 deletions
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public.scheduled_messages
|
||||
ADD COLUMN IF NOT EXISTS rich_message jsonb DEFAULT '{}'::jsonb NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue