numerus/verify/company_default_payment_met...

10 lines
142 B
PL/PgSQL

-- Verify numerus:company_default_payment_method on pg
begin;
select default_payment_method_id
from numerus.company
where false;
rollback;