feat: sync chatlist sharing support
This commit is contained in:
parent
ec6e8fd13d
commit
2a9c12263f
62 changed files with 3408 additions and 212 deletions
2
deploy/migrations/0057_chatlist_invites_revoked.up.sql
Normal file
2
deploy/migrations/0057_chatlist_invites_revoked.up.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public.chatlist_invites
|
||||
ADD COLUMN IF NOT EXISTS revoked boolean NOT NULL DEFAULT false;
|
||||
Loading…
Add table
Add a link
Reference in a new issue