Files
acmcc/supabase/migrations/20260423231229_5fc6c1c4-0bf0-4cef-99af-c75b5d16fd2f.sql
T
2026-06-01 20:19:26 -04:00

2 lines
145 B
SQL

ALTER TABLE public.units ADD COLUMN IF NOT EXISTS lot text;
CREATE INDEX IF NOT EXISTS idx_units_lot ON public.units (lot) WHERE lot IS NOT NULL;