numerus/revert/expense_tax.sql

8 lines
98 B
MySQL
Raw Normal View History

2023-05-01 14:17:36 +00:00
-- Revert numerus:expense_tax from pg
begin;
drop table if exists numerus.expense_tax;
commit;