numerus/revert/quote_product_tax.sql

8 lines
110 B
PL/PgSQL

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