-- Verify camper:invoice_product_product on pg
begin;
select invoice_product_id
, product_id
from camper.invoice_product_product
where false;
rollback;