owpengram-server/deploy/migrations/0056_chatlists.down.sql

2 lines
96 B
SQL

DROP TABLE IF EXISTS public.chatlist_memberships;
DROP TABLE IF EXISTS public.chatlist_invites;