numerus/revert/tax_details.sql

8 lines
97 B
PL/PgSQL

-- Revert numerus:tax_details from pg
begin;
drop type if exists numerus.tax_details;
commit;