-- Verify numerus:quote_tax_amount on pg

begin;

select quote_id
     , tax_id
     , amount
from numerus.quote_tax_amount
where false;

rollback;