-- Link a synced public amenity back to its RV/Boat lot so re-syncing updates -- (rather than duplicates) the per-lot rental_calendar amenity. alter table public.amenities add column if not exists source_rv_lot_id uuid; create index if not exists idx_amenities_source_rv_lot_id on public.amenities(source_rv_lot_id);