This commit is contained in:
2026-04-18 23:11:35 +02:00
commit f7cfd2a86e
196 changed files with 35538 additions and 0 deletions
@@ -0,0 +1,7 @@
-- ============================================================================
-- Remove group-invite-code flow. Groups now only grow via direct
-- Admin/Mod adds of accepted friends (conversation_members insert).
-- ============================================================================
drop function if exists public.redeem_group_invite(text);
drop table if exists public.group_invites cascade;