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>
3 lines
91 B
SQL
3 lines
91 B
SQL
|
|
ALTER TABLE public.import_jobs ADD COLUMN IF NOT EXISTS headers_cache jsonb DEFAULT NULL;
|