-- 랜딩 URL 신청이 곧바로 빌드 큐가 되게 한다 (v2 §7-6). anon 은 status='queued' 행만 넣을 수 있고, 갱신은 워커(service_role) 전용. alter table public.supporter_builds add column if not exists clinic_name text; create policy "anon can queue builds" on public.supporter_builds for insert to anon with check (status = 'queued');