numerus/revert/expense_tax.sql

8 lines
98 B
PL/PgSQL

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