camper/verify/invoice_product_product.sql

11 lines
160 B
PL/PgSQL

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