CREATE POLICY "Board members can view estoppels for their associations" ON public.estoppels FOR SELECT TO authenticated USING (public.is_board_member_of_association(auth.uid(), association_id));