-- Verify numerus:quote_product_product on pg
begin;
select quote_product_id
, product_id
from numerus.quote_product_product
where false;
rollback;