camper/revert/product_tax.sql

8 lines
96 B
PL/PgSQL

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