Seems to mostly work now. Regular matching is still wrong
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user