numerus/revert/tax_class.sql

8 lines
94 B
PL/PgSQL

-- Revert numerus:tax_class from pg
begin;
drop table if exists numerus.tax_class;
commit;