numerus/revert/quote_product.sql

8 lines
102 B
PL/PgSQL

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