RV/Boat Lots: waitlist size + more vehicle types

- Waitlist now captures a free-form Size (requested_size column) in place of
  the type field in the internal form/table.
- Lot type selector (add + bulk edit) expanded to RV, Boat, Travel Trailer,
  Fifth Wheel, Camper, Car, Truck, Trailer, Other.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 21:01:18 -04:00
parent 0c0300efce
commit f549f21c21
2 changed files with 25 additions and 23 deletions
@@ -0,0 +1,2 @@
-- RV/Boat waitlist: capture requested lot size (replaces "type" in the internal UI).
alter table public.rv_boat_lot_waitlist add column if not exists requested_size text;