React/Vite/shadcn-ui site for Gigafibre ISP. Address qualification via PostgreSQL (5.2M AQ addresses, pg_trgm fuzzy search). No Supabase dependency for address search. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 line
96 B
SQL
1 line
96 B
SQL
ALTER TABLE public.import_jobs ADD COLUMN IF NOT EXISTS current_batch_size integer DEFAULT 1000; |