numerus/revert/product_tax.sql

8 lines
98 B
PL/PgSQL

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