feat: add deposit and weekend km allowance to vehicles, update migrations and booking flow
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -16,6 +16,12 @@ update public.vehicles
|
||||
max_daily_km = 150
|
||||
where weekend_price_eur = 0;
|
||||
|
||||
-- Ferrari gets specific pricing
|
||||
update public.vehicles
|
||||
set weekend_price_eur = 1100,
|
||||
max_daily_km = 200
|
||||
where brand = 'Ferrari' and model = '296 GTB';
|
||||
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- 2. Lead attachments: documents uploaded during booking flow
|
||||
-- -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user