numerus/verify/tax_rate.sql

8 lines
120 B
MySQL
Raw Normal View History

-- Verify numerus:tax_rate on pg
begin;
select pg_catalog.has_type_privilege('numerus.tax_rate', 'usage');
rollback;