-- Verify camper:booking_invoice on pg
begin;
select booking_id
, invoice_id
from camper.booking_invoice
where false;
rollback;