-- Verify numerus:quote_payment_method on pg
begin;
select quote_id
, payment_method_id
from numerus.quote_payment_method
where false;
rollback;