INSERT INTO public.tenants (tenant_id, slug, storage_root, quickwit_index, status, config) VALUES ( gen_random_uuid(), 'admin', NULL, NULL, 'active', '{}'::jsonb ) ON CONFLICT (slug) DO NOTHING;