numerus/verify/quote_payment_method.sql

11 lines
153 B
PL/PgSQL

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