numerus/revert/product.sql

8 lines
90 B
PL/PgSQL

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