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
4
deploy/migrations/0039_group_call_chain_author.down.sql
Normal file
4
deploy/migrations/0039_group_call_chain_author.down.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DROP INDEX IF EXISTS public.group_call_chain_blocks_author_idx;
|
||||
|
||||
ALTER TABLE public.group_call_chain_blocks
|
||||
DROP COLUMN IF EXISTS author_user_id;
|
||||
Loading…
Add table
Add a link
Reference in a new issue