Seems to mostly work now. Regular matching is still wrong

This commit is contained in:
Jonas Linter
2025-12-03 17:05:58 +01:00
parent d03669873e
commit f033abf76e
4 changed files with 301 additions and 968 deletions

View File

@@ -42,7 +42,7 @@ select res.id, res.created_at, con.created_at as "Con Created at", con.updated_a
left join alpinebits.conversions as con on con.reservation_id = res.id
left join alpinebits.conversion_guests as g on g.guest_id = con.guest_id
where hotel_code = '39054_001'
where hotel_id = '39054_001'
order by res.created_at desc limit 400