numerus/verify/payment_status.sql

11 lines
134 B
PL/PgSQL

-- Verify numerus:payment_status on pg
begin;
select payment_status
, name
from numerus.payment_status
where false;
rollback;