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/0056_chatlists.down.sql
Normal file
2
deploy/migrations/0056_chatlists.down.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP TABLE IF EXISTS public.chatlist_memberships;
|
||||
DROP TABLE IF EXISTS public.chatlist_invites;
|
||||
Loading…
Add table
Add a link
Reference in a new issue