-- Rollback circle privacy feature DROP FUNCTION IF EXISTS public.is_in_circle(UUID, UUID); DROP TABLE IF EXISTS public.circle_members;