feat: sync recent call and channel fixes
This commit is contained in:
parent
e5e0080216
commit
866a87583e
65 changed files with 6680 additions and 229 deletions
5
deploy/migrations/0039_group_call_chain_author.up.sql
Normal file
5
deploy/migrations/0039_group_call_chain_author.up.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE public.group_call_chain_blocks
|
||||
ADD COLUMN IF NOT EXISTS author_user_id bigint DEFAULT 0 NOT NULL;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS group_call_chain_blocks_author_idx
|
||||
ON public.group_call_chain_blocks USING btree (call_id, sub_chain_id, author_user_id, block_offset);
|
||||
Loading…
Add table
Add a link
Reference in a new issue