No description
Find a file
jtricerolph 8a80c66a3b Fix uuid type mismatch in stale batch cleanup subqueries
scrape_batch_id in booking_com_rates is a uuid column, not text.
Casting bsl.batch_id::text made the comparison uuid = text which
Postgres rejects. Drop the cast — both sides are uuid.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-15 09:18:18 +00:00
backend Fix uuid type mismatch in stale batch cleanup subqueries 2026-07-15 09:18:18 +00:00
frontend Add 'Run Scheduled Scrape Now' button + clarify manual scrape mode 2026-07-15 09:12:14 +00:00
.gitignore Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
docker-compose.yml Revert to headed Chrome + Xvfb; add shm_size 256m to fix Xvfb in Docker 2026-07-09 17:36:27 +00:00