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