forecasting/backend/services
jtricerolph 1fae3ce60b Fix sync not updating arrival/departure dates on re-sync
ON CONFLICT clause was missing arrival_date, departure_date, nights, and
room_number — so early checkouts (where NewBook updates booking_departure
to the actual checkout date) never propagated to the DB columns. Reverts
the COUNT(DISTINCT) workaround since the root cause is now fixed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 17:23:09 +00:00
..
forecasting Fix sync not updating arrival/departure dates on re-sync 2026-07-21 17:23:09 +00:00
scraper_backends Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
__init__.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
backup_service.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
booking_scraper.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
central_settings.py Move Resos API key to central Settings service; add sidebar scrollbar styling 2026-07-13 14:35:35 +00:00
newbook_client.py NewBook credentials from central Settings service 2026-07-04 19:36:41 +00:00
newbook_rates_client.py NewBook credentials from central Settings service 2026-07-04 19:36:41 +00:00
reconciliation_service.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
resos_client.py Move Resos API key to central Settings service; add sidebar scrollbar styling 2026-07-13 14:35:35 +00:00